Merge pull request #2713 from noud/mailcatcher

Mailcatcher
This commit is contained in:
Shao Yu-Lung (Allen)
2020-09-21 00:25:23 +08:00
committed by GitHub
3 changed files with 18 additions and 0 deletions

View File

@ -921,6 +921,16 @@ services:
networks:
- frontend
### Mailcatcher ################################################
mailcatcher:
build: ./mailcatcher
ports:
- "1025:1025"
- "1080:1080"
networks:
- frontend
- backend
### Mailhog ################################################
mailhog:
build: ./mailhog