mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 15:25:18 +05:30
12 lines
292 B
YAML
12 lines
292 B
YAML
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 * * *
|