Further chaos: nginx + postfix

This commit is contained in:
Luke Murphy 2020-11-10 13:48:25 +01:00
parent 484f5ec2c1
commit 012a794fee
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -3,7 +3,6 @@ version: "3.8"
# TODO(decentral1se):
# - healthchecks
# - networks
services:
core:
@ -66,6 +65,17 @@ services:
mode: 0555
entrypoint: /usr/local/bin/docker-entrypoint-custom.sh
# TODO(decentral1se): proxy mailman-web
nginx: []
# TODO(decentral1se): manage incoming/outgoing mail
smtp:
image: "mailu/postfix:1.7"
volumes:
- "mailqueue:/queue"
healthcheck:
disable: true
db:
image: "postgres:13-alpine"
secrets: