chore: init docker compose for caddy, postgres, watchtower

This commit is contained in:
2026-05-12 03:36:38 +08:00
commit 621f6a870f
5 changed files with 61 additions and 0 deletions
+9
View File
@@ -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