1👍
✅
As suggested by @leandrojmp, just needed to replace "localhost"
with "es"
on the apps.py
.
document_store = ElasticsearchDocumentStore(host="es", username="", password="", index="document")
Source:stackexchange.com