15 Commits
Author SHA1 Message Date
thedarty 9bba51b8f4 Change API Version to 1.43 for dartydisk6 2025-03-13 10:24:16 +01:00
thedarty cc533dfd82 Set Auth to none 2025-03-13 10:14:07 +01:00
thedarty 9996f2657a Set starttls no & ExplicitTls 2025-03-13 10:13:01 +01:00
thedarty 24c055796b Set starttls true & ExplicitTls 2025-03-13 10:12:16 +01:00
thedarty 24a1b342c8 Set starttls true 2025-03-13 10:10:32 +01:00
thedarty f74604a721 Set ImplicitTILS 2025-03-13 09:52:34 +01:00
thedarty c8f671807a Set ExplicitTILS 2025-03-13 09:51:35 +01:00
thedarty 2cad9ae7f4 Remove Auth value 2025-03-13 09:50:44 +01:00
thedarty 4fdbdf3266 Add Starttls=no 2025-03-13 09:49:20 +01:00
thedarty 66cbd6ea01 Remove ExplicitTLS and set none instead 2025-03-13 09:48:15 +01:00
thedarty 8488054b7f Add ExplicitTLS 2025-03-13 09:47:01 +01:00
thedarty 935bf20e20 Change notif to shoutrrr with smtp command 2025-03-13 09:45:07 +01:00
thedarty a1ebdd03b9 Change server to mail.serveur and set true skip tls verif 2025-03-13 09:25:31 +01:00
thedarty 610d0fba12 Change server to mail.sda.zone 2025-03-13 09:23:16 +01:00
thedarty a3f4e43550 Return to email notif 2025-03-13 09:21:54 +01:00
+4 -11
View File
@@ -1,7 +1,7 @@
services: services:
watchtower: watchtower:
image: containrrr/watchtower:latest image: containrrr/watchtower:latest
container_name: WATCHTOWER container_name: watchtower
hostname: watchtower hostname: watchtower
mem_limit: 512m mem_limit: 512m
mem_reservation: 128m mem_reservation: 128m
@@ -15,7 +15,7 @@ services:
TZ: Europe/Paris TZ: Europe/Paris
WATCHTOWER_CLEANUP: true # Remove old images after updating WATCHTOWER_CLEANUP: true # Remove old images after updating
WATCHTOWER_REMOVE_VOLUMES: false # Remove attached volumes after updating WATCHTOWER_REMOVE_VOLUMES: false # Remove attached volumes after updating
DOCKER_API_VERSION: 1.45 # SSH docker version 1.41 for Docker engine version 20.10 - 1.43 for Docker engine version 24 - 1.45 for Docker engine version 26.1 DOCKER_API_VERSION: 1.43 # SSH docker version 1.41 for Docker engine version 20.10 - 1.43 for Docker engine version 24 - 1.45 for Docker engine version 26.1
WATCHTOWER_INCLUDE_RESTARTING: true # Restart containers after update WATCHTOWER_INCLUDE_RESTARTING: true # Restart containers after update
WATCHTOWER_INCLUDE_STOPPED: false # Update stopped containers WATCHTOWER_INCLUDE_STOPPED: false # Update stopped containers
WATCHTOWER_SCHEDULE: "0 0 */2 * * *" # Update & Scan containers every 2 hours WATCHTOWER_SCHEDULE: "0 0 */2 * * *" # Update & Scan containers every 2 hours
@@ -23,13 +23,6 @@ services:
WATCHTOWER_MONITOR_ONLY: true WATCHTOWER_MONITOR_ONLY: true
WATCHTOWER_TIMEOUT: 30s WATCHTOWER_TIMEOUT: 30s
WATCHTOWER_LOG_FORMAT: pretty WATCHTOWER_LOG_FORMAT: pretty
WATCHTOWER_NOTIFICATIONS: email WATCHTOWER_NOTIFICATIONS: shoutrrr
WATCHTOWER_NOTIFICATION_EMAIL_FROM: diun@sda.zone WATCHTOWER_NOTIFICATION_URL: smtp://diun@sda.zone:sda101176@mail.serveur:25/?from=diun@sda.zone&to=thedarty@gmail.com&Auth=none&Encryption=ExplicitTLS&starttls=no&FromName=WatchTower&Subject=WatchTower+Updates
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 restart: always