Compare commits

...

1 Commits

Author SHA1 Message Date
Reily Siegel a49a2d80df
Add smtp relay.
continuous-integration/drone/push Build is passing Details
2023-06-16 13:41:04 -04:00
1 changed files with 15 additions and 0 deletions

View File

@ -91,11 +91,26 @@ services:
- com.centurylinklabs.watchtower.monitor-only=true - com.centurylinklabs.watchtower.monitor-only=true
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /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
- OVERWRITE_FROM=axp@reilysiegel.com
volumes:
- /secrets/smtp:/secret
networks: networks:
proxy: proxy:
external: true external: true
name: proxy name: proxy
mail:
external: true
name: mail
volumes: volumes:
homepage: homepage: