Optional SMTP relay

This commit is contained in:
3wc
2020-09-27 21:27:26 +02:00
parent 349feac543
commit 5f2697c0c9
4 changed files with 49 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
---
version: "3.8"
services:
wordpress:
entrypoint: /docker-entrypoint2.sh
environment:
- SMTP_HOST=${SMTP_HOST}
networks:
- mail
configs:
- source: entrypoint_mailrelay_conf
target: /docker-entrypoint2.sh
mode: 0555
- source: mstmp_conf
target: /etc/msmtprc
mode: 0555
networks:
mail:
external: true
configs:
mstmp_conf:
name: ${STACK_NAME}_mstmp_conf_${MSMTP_CONF_VERSION}
file: msmtp.conf.tmpl
template_driver: golang
entrypoint_mailrelay_conf:
name: ${STACK_NAME}_entrypoint_mailrelay_${ENTRYPOINT_MAILRELAY_CONF_VERSION}
file: entrypoint.mailrelay.sh.tmpl
template_driver: golang