From 0993c9984eb7e13e2cafd4b2c6670c30197a8683 Mon Sep 17 00:00:00 2001 From: borgal Date: Thu, 7 Sep 2023 20:38:40 +0200 Subject: [PATCH] config angepasst --- watchtower/docker-compose.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml index 8130832..c583d2f 100644 --- a/watchtower/docker-compose.yml +++ b/watchtower/docker-compose.yml @@ -9,7 +9,12 @@ services: - WATCHTOWER_NOTIFICATIONS=gotify - WATCHTOWER_NOTIFICATION_GOTIFY_URL=https://gotify.borgal.de - WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN=AlsHK7YQ17in5Ns - - WATCHTOWER_WARN_ON_HEAD_FAILURE=never + - WATCHTOWER_WARN_ON_HEAD_FAILURE=auto #always, auto, never, stand auf never + - WATCHTOWER_CLEANUP=true + - WATCHTOWER_SCHEDULE=0 15 19 * * * + - WATCHTOWER_INCLUDE_RESTARTING=true + - WATCHTOWER_ROLLING_RESTART=true + - WATCHTOWER_INCLUDE_STOPPED=true - TZ=Europe/Berlin volumes: @@ -17,6 +22,6 @@ services: - /etc/localtime:/etc/localtime:ro #command: --monitor-only --schedule "0 09 22 * * *" - command: --rolling-restart --schedule "0 15 19 * * *" --cleanup --include-restarting --include-stopped + #command: --rolling-restart --schedule "0 15 19 * * *" --cleanup --include-restarting --include-stopped restart: unless-stopped