mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 00:39:53 +00:00
13 lines
219 B
YAML
13 lines
219 B
YAML
services:
|
|
mailer:
|
|
image: axllent/mailpit
|
|
ports:
|
|
- 8025:8025
|
|
- 1025:1025
|
|
volumes:
|
|
- mailpit-storage:/data
|
|
environment:
|
|
- MP_DATABASE=/data/mailpit.db
|
|
volumes:
|
|
mailpit-storage:
|