add mailpit to docker-compose
This commit is contained in:
parent
0c4995db2b
commit
85a0640fd5
3 changed files with 12 additions and 2 deletions
|
@ -16,6 +16,12 @@ services:
|
|||
ports:
|
||||
- "3306:3306"
|
||||
|
||||
mailpit:
|
||||
image: axllent/mailpit
|
||||
ports:
|
||||
- "8025:8025"
|
||||
- "1025:1025"
|
||||
|
||||
core:
|
||||
build:
|
||||
context: ../../core
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue