fix(watchtower): remove custom notification template

Use default Watchtower notifications instead.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-25 14:03:43 +01:00
parent 62e9d0d37a
commit 87724f8abf

View file

@ -739,15 +739,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_NO_STARTUP_MESSAGE: "false" # Log startup message
WATCHTOWER_NOTIFICATIONS: shoutrrr
WATCHTOWER_NOTIFICATION_URL: ${WATCHTOWER_NOTIFICATION_URL:-} # Optional: telegram://token@telegram?chats=chatid
WATCHTOWER_NOTIFICATION_TEMPLATE: |
{{- if .Updated -}}
🚀 *ManaCore Update*
Updated: {{range .Updated}}{{.Name}} {{end}}
{{- end -}}
command: --label-enable=false # Update all containers (not just labeled ones)
WATCHTOWER_NOTIFICATION_URL: ${WATCHTOWER_NOTIFICATION_URL:-} # telegram://token@telegram?chats=chatid
# ============================================
# Volumes