chore: initial caddy compose with SPA and reverse proxy examples
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
watchtower:
|
||||
image: nickfedor/watchtower:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
command: --cleanup --interval 7200
|
||||
Reference in New Issue
Block a user