mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-09 17:18:31 +00:00
🔨 add local mailer for catching emails
This commit is contained in:
parent
2ea9d27237
commit
91ce8bea4b
1 changed files with 12 additions and 0 deletions
12
docker-compose.mailpit.yml
Normal file
12
docker-compose.mailpit.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
services:
|
||||
mailer:
|
||||
image: axllent/mailpit
|
||||
ports:
|
||||
- 8025:8025
|
||||
- 1025:1025
|
||||
volumes:
|
||||
- mailpit-storage:/data
|
||||
environment:
|
||||
- MP_DATABASE=/data/mailpit.db
|
||||
volumes:
|
||||
mailpit-storage:
|
||||
Loading…
Add table
Add a link
Reference in a new issue