mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-05-26 01:40:19 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user