mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
separate watchtower compose file
This commit is contained in:
11
watchtower/docker-compose.yml
Normal file
11
watchtower/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
restart: unless-stopped
|
||||
container_name: watchtower
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- TZ=Asia/Kolkata
|
||||
- WATCHTOWER_CLEANUP=true
|
||||
- WATCHTOWER_SCHEDULE=0 0 2 * * *
|
||||
Reference in New Issue
Block a user