move smtp away from gluster and hardcode values for wud
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-06 06:53:23 -07:00
parent 6a48e981f1
commit 80ef842a1e
2 changed files with 3 additions and 1 deletions

View file

@ -24,7 +24,7 @@ services:
volumes:
# QUEUE PERSISTENCE (Critical for HA)
# If Node 1 dies, Node 2 sees the pending mail queue on Gluster
- /shared/smtp-relay/queue:/var/spool/postfix
- /docker/smtp-relay/queue:/var/spool/postfix
networks:
- smtp_external # Attached to Traefik network just in case, or for internal access

View file

@ -17,6 +17,8 @@ services:
- /shared/wud/var:/var/lib/wud
environment:
- TZ=America/Edmonton
- WUD_LOG_LEVEL=INFO
- WUD_TRIGGER_SMTP_EMAIL_SIMPLETITLE="Updates for ${HOSTNAME} - New ${kind} found for ${name}"
- WUD_WATCHER_LOCAL_SOCKET=/var/run/docker.sock
- WUD_AUTOUPDATE=${WUD_AUTOUPDATE}