Removing SMTP fix from Watchtower.
Auto-Unseal for Vault / Unseal Vault (push) Successful in 18s

This commit is contained in:
2025-08-30 08:19:21 -04:00
parent 71bc4d6c74
commit d664969987
+1 -1
View File
@@ -6809,7 +6809,7 @@ services:
WATCHTOWER_MONITOR_ONLY: false
WATCHTOWER_NOTIFICATIONS_LEVEL: info
WATCHTOWER_NOTIFICATION_TEMPLATE: '{{range .}}{{.Message}}{{println}}{{end}}'
WATCHTOWER_NOTIFICATION_URL: "gotify://gotify/${WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN}?disabletls=true smtp://${POSTAL_SMTP_AUTH_USER}:${POSTAL_SMTP_AUTH_PASSWORD}@postal-smtp:25/?from=noreply@${MY_TLD}&to=${SWAG_ENVIRONMENT_EMAIL}"
WATCHTOWER_NOTIFICATION_URL: "gotify://gotify/${WATCHTOWER_NOTIFICATION_GOTIFY_TOKEN}?disabletls=true"
WATCHTOWER_SCHEDULE: 0 0 4 * * *
WATCHTOWER_TIMEOUT: 30s
WATCHTOWER_HTTP_API_METRICS: true