vuestorefront / vue-storefront-api

Vue.js storefront for Magento2 (and not only) - data backend
https://www.vuestorefront.io
MIT License
346 stars 337 forks source link

Rename ES7 docker image service to match existing ES config #523

Open jahvi opened 4 years ago

jahvi commented 4 years ago

The default docker setup expects the ES container to be named elasticsearch so this should fix the issue where the API cannot connect to the ES server. I also renamed the service node to es1 es that's the name the docker-compose.nodejs.yml depends on.

Fixes #509

jahvi commented 4 years ago

Because the docker-compose.nodejs.yml file depends on a container called es1 or else it won't start. https://github.com/DivanteLtd/vue-storefront-api/blob/master/docker-compose.nodejs.yml#L9

I only decided to rename it to match the already existing ES v5 container, so it's easy to change between them.

jahvi commented 4 years ago

@Fifciu No problem, should be fixed now.