mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user