Merge pull request #376 from SychevIgor/K8Fix

Payment API orchestrator missed from compose-overrride
This commit is contained in:
Cesar De la Torre 2017-10-12 15:05:43 -07:00 committed by GitHub
commit e3fd78dd3b

View File

@ -174,6 +174,7 @@ services:
- EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD} - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD}
- AzureServiceBusEnabled=False - AzureServiceBusEnabled=False
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- OrchestratorType=${ORCHESTRATOR_TYPE}
ports: ports:
- "5108:80" - "5108:80"