mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:21:08 +02:00
fix(watchtower): remove custom notification template
Use default Watchtower notifications instead. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
62e9d0d37a
commit
87724f8abf
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue