fix(watchtower): use existing TELEGRAM env vars for notifications

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-26 09:45:39 +01:00
parent 475246a55d
commit 41dea775a6

View file

@ -740,7 +740,7 @@ services:
WATCHTOWER_CLEANUP: "true" # Remove old images
WATCHTOWER_INCLUDE_STOPPED: "false" # Only update running containers
WATCHTOWER_NOTIFICATIONS: shoutrrr
WATCHTOWER_NOTIFICATION_URL: ${WATCHTOWER_NOTIFICATION_URL:-} # telegram://token@telegram?chats=chatid
WATCHTOWER_NOTIFICATION_URL: "telegram://${TELEGRAM_BOT_TOKEN}@telegram?chats=${TELEGRAM_CHAT_ID}"
# ============================================
# Volumes