mailcatcher
This commit is contained in:
parent
9a9a9540e1
commit
e483ed084f
@ -909,6 +909,16 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- frontend
|
- frontend
|
||||||
|
|
||||||
|
### Mailcatcher ################################################
|
||||||
|
mailcatcher:
|
||||||
|
build: ./mailcatcher
|
||||||
|
ports:
|
||||||
|
- "1025:1025"
|
||||||
|
- "1080:1080"
|
||||||
|
networks:
|
||||||
|
- frontend
|
||||||
|
- backend
|
||||||
|
|
||||||
### Mailhog ################################################
|
### Mailhog ################################################
|
||||||
mailhog:
|
mailhog:
|
||||||
build: ./mailhog
|
build: ./mailhog
|
||||||
|
7
mailcatcher/Dockerfile
Normal file
7
mailcatcher/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM schickling/mailcatcher
|
||||||
|
|
||||||
|
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>"
|
||||||
|
|
||||||
|
CMD ["mailcatcher", "--no-quit", "--foreground", "--ip=0.0.0.0"]
|
||||||
|
|
||||||
|
EXPOSE 1025 1080
|
Loading…
Reference in New Issue
Block a user