mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
21 lines
527 B
YAML
21 lines
527 B
YAML
# documentation: https://mailpit.axllent.org/docs/
|
|
# slogan: Email & SMTP testing tool with API for developers
|
|
# tags: mailpit,email,testing,smtp
|
|
# logo: svgs/mailpit.png
|
|
# port: 8025
|
|
|
|
services:
|
|
mailpit:
|
|
image: axllent/mailpit
|
|
container_name: mailpit
|
|
volumes:
|
|
- "mailpit-data:/data"
|
|
ports:
|
|
- "1025:1025"
|
|
environment:
|
|
- SERVICE_FQDN_MAILPIT_8025
|
|
- MP_MAX_MESSAGES: 5000
|
|
- MP_DATABASE: /data/mailpit.db
|
|
- MP_SMTP_AUTH_ACCEPT_ANY: 1
|
|
- MP_SMTP_AUTH_ALLOW_INSECURE: 1
|