From 882053251da49b4c4883e10900a4ee4ceec6e573 Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:53:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(watchtower):=20add=20debug?= =?UTF-8?q?=20logging=20for=20telegram=20notifications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Enable WATCHTOWER_DEBUG for verbose logs - Add trailing slash to telegram URL (shoutrrr format fix) - Enable WATCHTOWER_NOTIFICATION_REPORT for testing Co-Authored-By: Claude Opus 4.5 --- docker-compose.macmini.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index f8fe73bc8..5a17dde13 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -740,8 +740,10 @@ services: WATCHTOWER_POLL_INTERVAL: 300 # Check every 5 minutes WATCHTOWER_CLEANUP: "true" # Remove old images WATCHTOWER_INCLUDE_STOPPED: "false" # Only update running containers + WATCHTOWER_DEBUG: "true" # Enable debug logging WATCHTOWER_NOTIFICATIONS: shoutrrr - WATCHTOWER_NOTIFICATION_URL: "telegram://${TELEGRAM_BOT_TOKEN}@telegram?chats=${TELEGRAM_CHAT_ID}" + WATCHTOWER_NOTIFICATION_URL: "telegram://${TELEGRAM_BOT_TOKEN}@telegram/?chats=${TELEGRAM_CHAT_ID}" + WATCHTOWER_NOTIFICATION_REPORT: "true" # Always send notification (for testing) # ============================================ # Volumes