2 Commits
Author SHA1 Message Date
thedarty a3f4e43550 Return to email notif 2025-03-13 09:21:54 +01:00
thedarty 550ec2ba63 Return to email notif 2025-03-13 09:20:14 +01:00
+11 -5
View File
@@ -1,7 +1,7 @@
services:
watchtower:
image: containrrr/watchtower:latest
container_name: WATCHTOWER
container_name: watchtower
hostname: watchtower
mem_limit: 512m
mem_reservation: 128m
@@ -23,7 +23,13 @@ services:
WATCHTOWER_MONITOR_ONLY: true
WATCHTOWER_TIMEOUT: 30s
WATCHTOWER_LOG_FORMAT: pretty
WATCHTOWER_NOTIFICATIONS: shoutrrr
WATCHTOWER_NOTIFICATIONS_LEVEL: debug
WATCHTOWER_NOTIFICATION_URL: smtp://:@mail.serveur:25/?auth=None&encryption=None&fromaddress=diun@sda.zone&fromname=Watchtower&starttls=Yes&subject=Watchtower updates&toaddresses=thedarty@gmail.com&usehtml=No
restart: always
WATCHTOWER_NOTIFICATIONS: email
WATCHTOWER_NOTIFICATION_EMAIL_FROM: diun@sda.zone
WATCHTOWER_NOTIFICATION_EMAIL_TO: thedarty@gmail.com
WATCHTOWER_NOTIFICATION_EMAIL_SERVER: mail.serveur
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_TLS_SKIP_VERIFY: false
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT: 25
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER: diun@sda.zone
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD: sda101176
WATCHTOWER_NOTIFICATION_EMAIL_DELAY: 2
restart: always