Improve mail service

This commit is contained in:
2024-09-03 21:09:34 +02:00
parent a51282eeec
commit 31669da26d
8 changed files with 290 additions and 39 deletions

View File

@ -39,6 +39,16 @@ services:
deploy:
mode: replicated
replicas: 1
environment:
MAIL_DOMAIN: localhost
MAIL_HOST: mailhog
MAIL_PORT: 1025
MAIL_USERNAME: ""
MAIL_PASSWORD: ""
MAIL_ENCRYPTION: none
FROM_NAME: me
FROM_ADDR: me@here.com
postgres:
image: postgres:16.4-alpine