Commit 3f1d4b70 authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #650 from wayanjimmy/feature/mailhog

Add mailhog for mail debugging
parents 218ffe64 48710f19
......@@ -344,6 +344,14 @@ services:
links:
- php-fpm
### Mailhog Container #########################################
mailhog:
build: ./mailhog
ports:
- "1025:1025"
- "8025:8025"
### Selenium Container #########################################
selenium:
......
FROM mailhog/mailhog
Maintainer Mahmoud Zalt <mahmoud@zalt.me>
CMD ["Mailhog"]
EXPOSE 1025 8025
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment