add mailpit to docker-compose

This commit is contained in:
j3d1 2024-11-08 21:06:55 +01:00
parent 0c4995db2b
commit 85a0640fd5
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