Browse Source

Merge pull request #376 from SychevIgor/K8Fix

Payment API orchestrator missed from compose-overrride
pull/369/merge
Cesar De la Torre 7 years ago
committed by GitHub
parent
commit
e3fd78dd3b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docker-compose.override.yml

+ 1
- 0
docker-compose.override.yml View File

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


Loading…
Cancel
Save