added watchtower env

This commit is contained in:
2023-11-10 13:14:24 -06:00
parent 882d4cbe3b
commit 88280ea999
2 changed files with 10 additions and 30 deletions

View File

@@ -32,6 +32,7 @@ services:
image: containrrr/watchtower
environment:
- WATCHTOWER_NOTIFICATIONS=${WATCHTOWER_NOTIFICATIONS}
- WATCHTOWER_NOTIFICATION_TITLE_TAG=${DOCKERHOSTNAME}
- WATCHTOWER_NOTIFICATION_EMAIL_FROM=${WATCHTOWER_NOTIFICATION_EMAIL_FROM}
- WATCHTOWER_NOTIFICATION_EMAIL_TO=${WATCHTOWER_NOTIFICATION_EMAIL_TO}
- WATCHTOWER_NOTIFICATION_EMAIL_SERVER=${WATCHTOWER_NOTIFICATION_EMAIL_SERVER}