Open jahvi opened 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.
@Fifciu No problem, should be fixed now.
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 toes1
es that's the name the docker-compose.nodejs.yml depends on.Fixes #509