Add Mailpit email transport
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user