Add Mailpit email transport

This commit is contained in:
2026-08-17 16:35:14 -04:00
parent 67ab6b78bd
commit 1853eaa963
23 changed files with 567 additions and 148 deletions
+11
View File
@@ -41,6 +41,17 @@ services:
start_period: 20s
restart: unless-stopped
# Local email capture for host development. UI: http://localhost:8028
mailpit:
image: axllent/mailpit:v1.27
ports:
- "${MAILPIT_SMTP_PORT:-1028}:1025"
- "${MAILPIT_UI_PORT:-8028}:8025"
environment:
MP_SMTP_AUTH_ACCEPT_ANY: "1"
MP_SMTP_AUTH_ALLOW_INSECURE: "1"
restart: unless-stopped
volumes:
beenvoice_dev_pg_data:
beenvoice_dev_garage_meta: