watchtower: schedule (#494)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #494
This commit is contained in:
parent
f8a6df6a69
commit
335104b6c5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ services:
|
||||||
WATCHTOWER_INCLUDE_RESTARTING: true
|
WATCHTOWER_INCLUDE_RESTARTING: true
|
||||||
WATCHTOWER_INCLUDE_STOPPED: true
|
WATCHTOWER_INCLUDE_STOPPED: true
|
||||||
WATCHTOWER_REVIVE_STOPPED: false
|
WATCHTOWER_REVIVE_STOPPED: false
|
||||||
WATCHTOWER_POLL_INTERVAL: 86400 # (24 hours)
|
WATCHTOWER_SCHEDULE: "0 20 3 * * *" # jeden Tag um 03:20
|
||||||
WATCHTOWER_LABEL_ENABLE: true
|
WATCHTOWER_LABEL_ENABLE: true
|
||||||
WATCHTOWER_NOTIFICATIONS: email
|
WATCHTOWER_NOTIFICATIONS: email
|
||||||
WATCHTOWER_NOTIFICATION_EMAIL_FROM: info@mgrote.net
|
WATCHTOWER_NOTIFICATION_EMAIL_FROM: info@mgrote.net
|
||||||
|
|
Loading…
Reference in a new issue