add mailcatcher (#112)
This commit is contained in:
parent
307e578d4a
commit
746db0474a
10
docker-compose.mailcatcher.yml
Normal file
10
docker-compose.mailcatcher.yml
Normal file
@ -0,0 +1,10 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
mailcatcher:
|
||||
image: schickling/mailcatcher
|
||||
ports:
|
||||
- 1080:1080
|
||||
networks:
|
||||
- backend
|
||||
|
Loading…
Reference in New Issue
Block a user