Development - digitalepidemiologylab/crowdbreaks-streamer-v1 GitHub Wiki
Notes:
- After running
docker-compose up --build
Elasticsearch is available locally underlocalhost:9200
, Kibana is available running as a separate container onlocalhost:5601
- Due to the heavy resource needs of Elasticsearch the docker memory had to be increased to 6 GB (check advanced settings of docker), otherwise ES crashes on start-up
- Nginx is not installed in development. The Flask API is available under
localhost:8000
running on a development server. - Use
docker attach web
to attach to the python PDB debug session. Check this for more information.