This commit is contained in:
2025-10-17 17:43:46 +02:00
parent 0acc576378
commit 56f368e181
7 changed files with 54 additions and 37 deletions

View File

@@ -4,9 +4,9 @@ services:
container_name: watchtower
restart: always
environment:
WATCHTOWER_SCHEDULE: "0 0 1 * * *"
TZ: Europe/Oslo
WATCHTOWER_CLEANUP: "true"
WATCHTOWER_SCHEDULE: ${WATCHTOWER_SCHEDULE}
TZ: ${TZ}
WATCHTOWER_CLEANUP: ${WATCHTOWER_CLEANUP}
# WATCHTOWER_DEBUG: "true"
# WATCHTOWER_NOTIFICATIONS: "email"
# WATCHTOWER_NOTIFICATION_EMAIL_FROM: "cldocker01@cloud.local"