mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:21:10 +02:00
🔧 chore(watchtower): use URL-encoded telegram token from env
Move notification URL to .env.macmini with URL-encoded colon (%3A) in the Telegram bot token to avoid shoutrrr parsing issues. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
cacebabe55
commit
d2b1a1c8a9
1 changed files with 3 additions and 4 deletions
|
|
@ -740,11 +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_NOTIFICATION_REPORT: "true" # Always send notification on update
|
||||
# Notifications via generic webhook to n8n (which forwards to Telegram)
|
||||
# This avoids URL parsing issues with Telegram bot tokens containing colons
|
||||
WATCHTOWER_NOTIFICATION_REPORT: "true" # Send notification on every run (for testing)
|
||||
WATCHTOWER_NOTIFICATIONS: shoutrrr
|
||||
WATCHTOWER_NOTIFICATION_URL: "generic+http://n8n:5678/webhook/watchtower"
|
||||
# URL from .env.macmini with URL-encoded colon (%3A) in bot token
|
||||
WATCHTOWER_NOTIFICATION_URL: ${WATCHTOWER_NOTIFICATION_URL}
|
||||
|
||||
# ============================================
|
||||
# Volumes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue