Upload files to "compose/watchtower"
This commit is contained in:
parent
4d8c5e4788
commit
a5fdc78369
14
compose/watchtower/docker-compose.yml
Normal file
14
compose/watchtower/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
container_name: watchtower
|
||||
logging:
|
||||
driver: journald
|
||||
options: {}
|
||||
security_opt:
|
||||
- apparmor:unconfined
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
env_file:
|
||||
- stack.env
|
10
compose/watchtower/stack.env
Normal file
10
compose/watchtower/stack.env
Normal file
@ -0,0 +1,10 @@
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_DELAY=2
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_FROM=
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER=
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=587
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER=
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_TO=
|
||||
WATCHTOWER_NOTIFICATIONS=email
|
||||
WATCHTOWER_RUN_ONCE=true
|
||||
WATCHTOWER_NOTIFICATION_EMAIL_SUBJECTTAG=
|
Loading…
Reference in New Issue
Block a user