generated from crowlab/compose-template
Add smtp relay.
This commit is contained in:
parent
97a9cca5a9
commit
65d8032548
|
|
@ -91,11 +91,27 @@ services:
|
|||
- com.centurylinklabs.watchtower.monitor-only=true
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
mail:
|
||||
image: juanluisbaptiste/postfix
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- mail
|
||||
environment:
|
||||
- SMTP_SERVER=smtppro.zoho.com
|
||||
- SMTP_USERNAME=axp@reilysiegel.com
|
||||
- SMTP_PASSWORD_FILE=/secret
|
||||
- SERVER_HOSTNAME=axpdsp.org
|
||||
- OVERWRITE_FROM=axp@reilysiegel.com
|
||||
volumes:
|
||||
- /secrets/smtp:/secret
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
name: proxy
|
||||
mail:
|
||||
external: true
|
||||
name: mail
|
||||
|
||||
volumes:
|
||||
homepage:
|
||||
|
|
|
|||
Loading…
Reference in New Issue