vuestorefront / vue-storefront-api

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

Docker default.env overrides config #524

Open Fifciu opened 3 years ago

Fifciu commented 3 years ago

When we are running api through Docker Compose. Then config.elasticsearch.host does not come from config/local.json. It comes from docker/vue-storefront-api/default.env's ELASTICSEARCH_HOST which is not that obvious. We should mention about it in readme or documentation.

ppolavar commented 3 years ago

@Fifciu How does this work? I am trying to understand.