From 41dea775a60e521c5d2e2663265ef970320469e7 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:45:39 +0100 Subject: [PATCH] fix(watchtower): use existing TELEGRAM env vars for notifications Co-Authored-By: Claude --- docker-compose.macmini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 38ccc9948..e1e9fb36d 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -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