From 93bcfacab27882699f31583e4ebb0f47b6722e7b Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Mon, 24 Mar 2025 08:31:25 +0000 Subject: [PATCH] Use watchtower to update instead of monitor only. --- watchtower/docker-compose.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/watchtower/docker-compose.yaml b/watchtower/docker-compose.yaml index 4db2ec3..730118b 100644 --- a/watchtower/docker-compose.yaml +++ b/watchtower/docker-compose.yaml @@ -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}}"