chance-nelson / SnowStorm

easy-to-use audio streamer, with a restful api
MIT License
5 stars 8 forks source link

Remove NGINX dependency in docker-compose #15

Closed chance-nelson closed 5 years ago

chance-nelson commented 5 years ago

fixes #13

Remove the NGINX container from docker-compose.yml, and directly map gunicorn port 8000 to the host system

chance-nelson commented 5 years ago

Fixed this, you can now connect to the API via port 8000 on your local machine.