chore: add mailpit for local dev

Captures outbound emails, greatly simplifying local dev.

Signed-off-by: Trezy <tre@trezy.com>
This commit is contained in:
Trezy
2026-05-15 14:17:09 -05:00
committed by Tangled
parent 04f370aaa1
commit f620a6bc43

View File

@@ -108,6 +108,15 @@ services:
db:
condition: service_healthy
mailpit:
profiles: [dev]
image: axllent/mailpit:latest
ports:
- "8025:8025"
environment:
MP_SMTP_AUTH_ACCEPT_ANY: "true"
MP_SMTP_AUTH_ALLOW_INSECURE: "true"
traefik:
profiles: [dev]
image: traefik:v3.4