vue-storefront-api
vue-storefront-api copied to clipboard
Docker default.env overrides config
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.
@Fifciu How does this work? I am trying to understand.