chore: add mailpit to dev setup

This commit is contained in:
jo 2023-05-31 18:05:28 +02:00 committed by Kyle Robbertze
parent c2c0be1fbc
commit dea4a28b8f
2 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,10 @@ database:
rabbitmq:
host: rabbitmq
email:
host: mailpit
port: 1025
playout:
liquidsoap_host: liquidsoap

View File

@ -81,3 +81,9 @@ services:
volumes:
- ./dev/certs:/certs
- ./dev/icecast.xml:/etc/icecast.xml
mailpit:
image: axllent/mailpit
ports:
- 8025:8025
- 1025:1025