Add mailhog
This commit is contained in:
parent
81f42e2ee2
commit
cef422a4ea
10 changed files with 95 additions and 1 deletions
4
ressources/mailhog/rootfs/etc/default/mailhog
Normal file
4
ressources/mailhog/rootfs/etc/default/mailhog
Normal file
|
@ -0,0 +1,4 @@
|
|||
MH_AUTH_FILE=/etc/mailhog/passwd
|
||||
MH_API_BIND_ADDR=127.0.0.1:8025
|
||||
MH_UI_BIND_ADDR=127.0.0.1:8025
|
||||
MH_SMTP_BIND_ADDR=172.16.1.247:1025
|
1
ressources/mailhog/rootfs/etc/mailhog/passwd
Normal file
1
ressources/mailhog/rootfs/etc/mailhog/passwd
Normal file
|
@ -0,0 +1 @@
|
|||
email-lanvin:$2y$10$vc.G.PfDFg/OCkvPif6/Q.ObkdNXnxAh5MfqCoHd/jVUEjKh/5Fxu
|
Loading…
Add table
Add a link
Reference in a new issue