Change watchtower configuration.

This commit is contained in:
2025-03-24 08:57:45 +01:00
parent aef64555dc
commit e61ee629cd
2 changed files with 8 additions and 5 deletions

View File

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

View File

@@ -1,9 +1,8 @@
{ {
"auths": { "auths": {
"cs-registry.ddnss.de": { "cs-git.ddnss.de": {
"auth": "Y2hyaXM6U2VjcmV0MTI=" "auth": "Y2hyaXM6cScsXEgoT2Q6RzMpLlh2PCMhNVA="
}, }, "https://index.docker.io/v1/": {
"https://index.docker.io/v1/": {
"auth": "Y3MyMjExOkU2U2Njc3ViRFJrYUppMlNMVSUh" "auth": "Y3MyMjExOkU2U2Njc3ViRFJrYUppMlNMVSUh"
} }
} }