meedan / check

Development environment for Meedan Check, a collaborative media annotation platform
https://meedan.com/check
MIT License
127 stars 53 forks source link

Allow Check API containers to connect to the host machine #97

Closed caiosba closed 2 months ago

caiosba commented 2 months ago

In order to test sending emails locally, we're experimenting with MailCatcher. So, if MailCatcher is running in the host machine, Check API containers should be able to connect to them. This is possible by adding extra_hosts to the Check API containers in Docker Compose.