Merge pull request #3202 from FranckKe/add_mailpit_template

feat: add Mailpit template
This commit is contained in:
Andras Bacsai
2024-09-30 16:16:05 +02:00
committed by GitHub
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# 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