BrainDock/compose_watchtower.yaml

15 lines
468 B
YAML

version: "3.9"
services:
watchtower:
image: percona/watchtower:latest
container_name: watchtower
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- WATCHTOWER_SCHEDULE=0 0 4 * * *
- WATCHTOWER_INCLUDE_RESTARTING=true
- WATCHTOWER_NOTIFICATIONS=shoutrrr
- SHOUTRRR_TELEGRAM_BOT_TOKEN=7216539099:AAH6tptIs-TUpSOtCQmxMWCpgAsPCGgbNeo
- SHOUTRRR_TELEGRAM_CHAT_ID=7646180954