fix: dev: quickfix for email sending #4
All checks were successful
Deploy to Production / deploy (push) Successful in 12s
All checks were successful
Deploy to Production / deploy (push) Successful in 12s
This commit is contained in:
@@ -76,8 +76,13 @@ services:
|
||||
image: boky/postfix:latest
|
||||
restart: unless-stopped
|
||||
container_name: '${APP_NAME}-mail'
|
||||
hostname: postfix.mail.${MAIL_DOMAIN:-localhost}
|
||||
environment:
|
||||
ALLOWED_SENDER_DOMAINS: ${MAIL_DOMAIN:-localhost}
|
||||
HOSTNAME: postfix.mail.${MAIL_DOMAIN:-localhost}
|
||||
POSTFIX_myhostname: postfix.mail.${MAIL_DOMAIN:-localhost}
|
||||
POSTFIX_mynetworks: "127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16"
|
||||
POSTFIX_smtpd_tls_security_level: none
|
||||
RELAYHOST: ${MAIL_RELAYHOST:-}
|
||||
RELAYHOST_AUTH: ${MAIL_RELAYHOST_AUTH:-}
|
||||
RELAYHOST_PASSWORD: ${MAIL_RELAYHOST_PASSWORD:-}
|
||||
|
||||
Reference in New Issue
Block a user