Upload files to "compose/watchtower"

This commit is contained in:
Ivo Oskamp 2024-12-20 22:38:17 +01:00
parent 4d8c5e4788
commit a5fdc78369
2 changed files with 24 additions and 0 deletions

View 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

View 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=