You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
Setting up agr development environment using docker is not working. When running "docker-compose up" command to start the containers, the api container fails at startup due to import elasticsearch dao (src/dao/elasticsearch_dao.py) – ES_INDEX key error – it looks like the environment variables not passed properly.
Although the ES container is started when you run "docker-compose up" , but trying to access the ES db container using localhost:9200 does not work –
The text was updated successfully, but these errors were encountered:
LucyHut
changed the title
Docker container API fails at startup due to ES environment variables not setup
Docker : Setting up agr development environment using docker not working
Feb 28, 2017
Setting up agr development environment using docker is not working. When running "docker-compose up" command to start the containers, the api container fails at startup due to import elasticsearch dao (src/dao/elasticsearch_dao.py) – ES_INDEX key error – it looks like the environment variables not passed properly.
Although the ES container is started when you run "docker-compose up" , but trying to access the ES db container using localhost:9200 does not work –
The text was updated successfully, but these errors were encountered: