diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml index 33f9225..3ecc7e9 100644 --- a/watchtower/docker-compose.yml +++ b/watchtower/docker-compose.yml @@ -2,14 +2,14 @@ services: watchtower: container_name: watchtower image: containrrr/watchtower - + environment: - WATCHTOWER_NOTIFICATIONS=gotify - WATCHTOWER_NOTIFICATION_GOTIFY_URL=https://gotify.borgal.de - WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN=AlsHK7YQ17in5Ns - WATCHTOWER_WARN_ON_HEAD_FAILURE=auto #always, auto, never, stand auf never - WATCHTOWER_CLEANUP=true - - WATCHTOWER_SCHEDULE=0 15 19 * * * + - WATCHTOWER_SCHEDULE=0 00 19 * * * - WATCHTOWER_INCLUDE_RESTARTING=true - WATCHTOWER_ROLLING_RESTART=true - WATCHTOWER_INCLUDE_STOPPED=true