mailcatcher
This commit is contained in:
@ -909,6 +909,16 @@ services:
|
||||
networks:
|
||||
- frontend
|
||||
|
||||
### Mailcatcher ################################################
|
||||
mailcatcher:
|
||||
build: ./mailcatcher
|
||||
ports:
|
||||
- "1025:1025"
|
||||
- "1080:1080"
|
||||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
|
||||
### Mailhog ################################################
|
||||
mailhog:
|
||||
build: ./mailhog
|
||||
|
Reference in New Issue
Block a user