We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I am trying to deploy python app with elasticsearch docker container, but it is failing the connections
in python code .env I am using elasticsearch url as http://elasticsearch:9200 but its not connecting
Error connecting to Elasticsearch: Elasticsearch cluster is not reachable
I have checked elasticsearch docker container and its still running
The text was updated successfully, but these errors were encountered:
If you are referring to chatbot-rag-app, make sure you elasticsearch ports are available from your docker host and set the URL to use localhost instead. that may be the easier way vs creating networks to do similar https://github.com/elastic/elasticsearch-labs/blob/main/example-apps/chatbot-rag-app/docker-compose.yml#L36-L37
Sorry, something went wrong.
please comment if you have the same issue after trying latest code. good luck!
No branches or pull requests
Hello,
I am trying to deploy python app with elasticsearch docker container, but it is failing the connections
in python code .env I am using elasticsearch url as http://elasticsearch:9200 but its not connecting
Error connecting to Elasticsearch: Elasticsearch cluster is not reachable
I have checked elasticsearch docker container and its still running
The text was updated successfully, but these errors were encountered: