Skip to content

Commit cf9c62c

Browse files
authored
Merge pull request coollabsio#3202 from FranckKe/add_mailpit_template
feat: add Mailpit template
2 parents 99a4f72 + 7e154ba commit cf9c62c

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

public/svgs/mailpit.svg

Lines changed: 5 additions & 0 deletions
Loading

templates/compose/mailpit.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# documentation: https://mailpit.axllent.org/docs/
2+
# slogan: Email & SMTP testing tool with API for developers
3+
# tags: mailpit,email,testing,smtp
4+
# logo: svgs/mailpit.png
5+
# port: 8025
6+
7+
services:
8+
mailpit:
9+
image: axllent/mailpit
10+
container_name: mailpit
11+
volumes:
12+
- "mailpit-data:/data"
13+
ports:
14+
- "1025:1025"
15+
environment:
16+
- SERVICE_FQDN_MAILPIT_8025
17+
- MP_MAX_MESSAGES: 5000
18+
- MP_DATABASE: /data/mailpit.db
19+
- MP_SMTP_AUTH_ACCEPT_ANY: 1
20+
- MP_SMTP_AUTH_ALLOW_INSECURE: 1

0 commit comments

Comments
 (0)