version: "3.9" services: watchtower: image: containrrr/watchtower:latest container_name: watchtower restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock environment: # täglicher Check um 04:00 Uhr - WATCHTOWER_SCHEDULE=0 0 4 * * * - WATCHTOWER_INCLUDE_RESTARTING=true - WATCHTOWER_NOTIFICATIONS=shoutrrr # Telegram-Bot Token separat - SHOUTRRR_TELEGRAM_BOT_TOKEN=7216539099:AAH6tptIs-TUpSOtCQmxMWCpgAsPCGgbNeo - SHOUTRRR_TELEGRAM_CHAT_ID=7646180954