mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:41:09 +02:00
🔧 chore(watchtower): disable broken telegram notifications
Shoutrrr has URL parsing issues with Telegram bot tokens containing colons. Auto-deployment works fine - notifications can be added later via n8n webhook workflow if needed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
bbc536d83c
commit
98c08fd8d0
1 changed files with 2 additions and 4 deletions
|
|
@ -740,10 +740,8 @@ services:
|
|||
WATCHTOWER_POLL_INTERVAL: 300 # Check every 5 minutes
|
||||
WATCHTOWER_CLEANUP: "true" # Remove old images
|
||||
WATCHTOWER_INCLUDE_STOPPED: "false" # Only update running containers
|
||||
WATCHTOWER_NOTIFICATION_REPORT: "true" # Send notification on every run (for testing)
|
||||
WATCHTOWER_NOTIFICATIONS: shoutrrr
|
||||
# URL from .env.macmini with URL-encoded colon (%3A) in bot token
|
||||
WATCHTOWER_NOTIFICATION_URL: ${WATCHTOWER_NOTIFICATION_URL}
|
||||
# Notifications disabled - shoutrrr has URL parsing issues with Telegram bot tokens
|
||||
# Auto-deployment works fine. Set up n8n webhook workflow for notifications if needed.
|
||||
|
||||
# ============================================
|
||||
# Volumes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue