mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-10 14:24:17 +00:00
🚧 wip: email whitelist
This commit is contained in:
13
docker-compose.mail.yml
Normal file
13
docker-compose.mail.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
mailer:
|
||||
image: axllent/mailpit
|
||||
ports:
|
||||
- 8025:8025
|
||||
- 1025:1025
|
||||
volumes:
|
||||
- mailpit-storage:/data
|
||||
environment:
|
||||
- MP_DATABASE=/data/mailpit.db
|
||||
|
||||
volumes:
|
||||
mailpit-storage:
|
||||
Reference in New Issue
Block a user