Initial commit

This commit is contained in:
2025-05-26 19:53:51 -05:00
commit 182ef64c1f
2 changed files with 17 additions and 0 deletions

12
docker-compose.yaml Normal file
View File

@@ -0,0 +1,12 @@
version: "2.1"
services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- TZ=America/Chicago
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_POLL_INTERVAL=3600