config angepasst

This commit is contained in:
borgal
2023-09-07 20:38:40 +02:00
parent 5f32bb3eee
commit 0993c9984e

View File

@@ -9,7 +9,12 @@ services:
- WATCHTOWER_NOTIFICATIONS=gotify - WATCHTOWER_NOTIFICATIONS=gotify
- WATCHTOWER_NOTIFICATION_GOTIFY_URL=https://gotify.borgal.de - WATCHTOWER_NOTIFICATION_GOTIFY_URL=https://gotify.borgal.de
- WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN=AlsHK7YQ17in5Ns - 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 - TZ=Europe/Berlin
volumes: volumes:
@@ -17,6 +22,6 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
#command: --monitor-only --schedule "0 09 22 * * *" #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 restart: unless-stopped