Skip to content

Commit

Permalink
mailcatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
noud committed Sep 19, 2020
1 parent 9a9a954 commit e483ed0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,16 @@ services:
networks:
- frontend

### Mailcatcher ################################################
mailcatcher:
build: ./mailcatcher
ports:
- "1025:1025"
- "1080:1080"
networks:
- frontend
- backend

### Mailhog ################################################
mailhog:
build: ./mailhog
Expand Down
7 changes: 7 additions & 0 deletions mailcatcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM schickling/mailcatcher

LABEL maintainer="Johannes Schickling <[email protected]>"

CMD ["mailcatcher", "--no-quit", "--foreground", "--ip=0.0.0.0"]

EXPOSE 1025 1080

0 comments on commit e483ed0

Please sign in to comment.