add mailpit to docker-compose
All checks were successful
/ test (push) Successful in 52s

This commit is contained in:
j3d1 2024-11-08 21:06:55 +01:00
parent 03fd2dcd0c
commit 7c2f661891
3 changed files with 12 additions and 2 deletions

View file

@ -16,6 +16,12 @@ services:
ports:
- "3306:3306"
mailpit:
image: axllent/mailpit
ports:
- "8025:8025"
- "1025:1025"
core:
build:
context: ../../core