This commit is contained in:
2025-03-23 19:30:44 +01:00
parent a01437b778
commit c9dbda5753
32 changed files with 127 additions and 59 deletions

View File

@ -18,6 +18,9 @@ services:
WATCHTOWER_NOTIFICATION_EMAIL_SUBJECTTAG: NewUpdates
WATCHTOWER_NOTIFICATION_EMAIL_TO: jaydee@sectorq.eu
WATCHTOWER_POLL_INTERVAL: 43200
extends:
file: logging.yml
service: ${LOGGING:-syslog}
image: ${DOCKER_REGISTRY:-}containrrr/watchtower:latest
labels:
com.centurylinklabs.watchtower.enable: 'true'
@ -32,10 +35,8 @@ services:
homepage.widget.key: l4c1j4yd33Du5lo
homepage.widget.type: watchtower
homepage.widget.url: http://192.168.77.101:8094
wud.watch: true
wud.watch.digest: true
extends:
file: logging.yml
service: ${LOGGING:-syslog}
ports:
- 8094:8080
restart: ${RESTART:-unless-stopped}