chore: add mailpit to dev setup
This commit is contained in:
parent
c2c0be1fbc
commit
dea4a28b8f
|
@ -9,6 +9,10 @@ database:
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
host: rabbitmq
|
host: rabbitmq
|
||||||
|
|
||||||
|
email:
|
||||||
|
host: mailpit
|
||||||
|
port: 1025
|
||||||
|
|
||||||
playout:
|
playout:
|
||||||
liquidsoap_host: liquidsoap
|
liquidsoap_host: liquidsoap
|
||||||
|
|
||||||
|
|
|
@ -81,3 +81,9 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./dev/certs:/certs
|
- ./dev/certs:/certs
|
||||||
- ./dev/icecast.xml:/etc/icecast.xml
|
- ./dev/icecast.xml:/etc/icecast.xml
|
||||||
|
|
||||||
|
mailpit:
|
||||||
|
image: axllent/mailpit
|
||||||
|
ports:
|
||||||
|
- 8025:8025
|
||||||
|
- 1025:1025
|
||||||
|
|
Loading…
Reference in New Issue