Add Mailpit template

This commit is contained in:
Franck Kerbiriou
2024-08-22 22:52:20 +02:00
parent 69fc4c7f52
commit 7e154ba3c3
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