move smtp away from gluster and hardcode values for wud
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
6a48e981f1
commit
80ef842a1e
2 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
# QUEUE PERSISTENCE (Critical for HA)
|
# QUEUE PERSISTENCE (Critical for HA)
|
||||||
# If Node 1 dies, Node 2 sees the pending mail queue on Gluster
|
# 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:
|
networks:
|
||||||
- smtp_external # Attached to Traefik network just in case, or for internal access
|
- smtp_external # Attached to Traefik network just in case, or for internal access
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,8 @@ services:
|
||||||
- /shared/wud/var:/var/lib/wud
|
- /shared/wud/var:/var/lib/wud
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/Edmonton
|
- 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_WATCHER_LOCAL_SOCKET=/var/run/docker.sock
|
||||||
|
|
||||||
- WUD_AUTOUPDATE=${WUD_AUTOUPDATE}
|
- WUD_AUTOUPDATE=${WUD_AUTOUPDATE}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue