Use watchtower to update instead of monitor only.

This commit is contained in:
2025-03-24 08:31:25 +00:00
parent b4be828739
commit 93bcfacab2

View File

@@ -9,5 +9,9 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
environment:
WATCHTOWER_INCLUDE_STOPPED: true
WATCHTOWER_MONITOR_ONLY: true
WATCHTOWER_MONITOR_ONLY: false
WATCHTOWER_SCHEDULE: "0 0 4 * * *"
WATCHTOWER_WARN_ON_HEAD_FAILURE: "never"
WATCHTOWER_NOTIFICATIONS: "shoutrrr"
WATCHTOWER_NOTIFICATION_URL: "mattermost://watchtower@cs-mm.ddnss.de/og4ckuqet7fafb8kjuaigzuh7c"
WATCHTOWER_NOTIFICATION_TEMPLATE: "{{range .}} ASU - {{.Time.Format \"2006-01-02 15:04:05\"}} ({{.Level}}): {{.Message}}{{println}}{{end}}"