|
|
@ -19,6 +19,8 @@ services: |
|
|
|
- EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME} |
|
|
|
- EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD} |
|
|
|
- AzureServiceBusEnabled=False |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
ports: |
|
|
|
- "5103:80" |
|
|
|
|
|
|
@ -36,6 +38,8 @@ services: |
|
|
|
- UseCustomizationData=True |
|
|
|
- AzureServiceBusEnabled=False |
|
|
|
- AzureStorageEnabled=False |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
ports: |
|
|
|
- "5101:80" |
|
|
|
|
|
|
@ -51,7 +55,9 @@ services: |
|
|
|
- MarketingApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5110 |
|
|
|
- BasketApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5103 |
|
|
|
- OrderingApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5102 |
|
|
|
- UseCustomizationData=True |
|
|
|
- UseCustomizationData=True |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
ports: |
|
|
|
- "5105:80" |
|
|
|
|
|
|
@ -69,6 +75,8 @@ services: |
|
|
|
- AzureServiceBusEnabled=False |
|
|
|
- CheckUpdateTime=30000 |
|
|
|
- GracePeriodTime=1 |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
ports: |
|
|
|
- "5102:80" |
|
|
|
|
|
|
@ -90,6 +98,8 @@ services: |
|
|
|
- AzureStorageAccountKey=${ESHOP_AZURE_STORAGE_MARKETING_KEY} |
|
|
|
- AzureServiceBusEnabled=False |
|
|
|
- AzureStorageEnabled=False |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
ports: |
|
|
|
- "5110:80" |
|
|
|
|
|
|
@ -110,6 +120,8 @@ services: |
|
|
|
- MarketingUrlHC=http://marketing.api/hc |
|
|
|
- PaymentUrlHC=http://payment.api/hc |
|
|
|
- UseCustomizationData=True |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
ports: |
|
|
|
- "5104:80" |
|
|
|
|
|
|
@ -130,6 +142,8 @@ services: |
|
|
|
- MarketingUrlHC=http://marketing.api/hc |
|
|
|
- PaymentUrlHC=http://payment.api/hc |
|
|
|
- UseCustomizationData=True |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
ports: |
|
|
|
- "5100:80" |
|
|
|
|
|
|
@ -146,6 +160,8 @@ services: |
|
|
|
- PaymentUrl=http://payment.api/hc |
|
|
|
- mvc=http://webmvc/hc |
|
|
|
- spa=http://webspa/hc |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
ports: |
|
|
|
- "5107:80" |
|
|
|
|
|
|
@ -157,6 +173,7 @@ services: |
|
|
|
- EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME} |
|
|
|
- EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD} |
|
|
|
- AzureServiceBusEnabled=False |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
ports: |
|
|
|
- "5108:80" |
|
|
|
|
|
|
@ -172,6 +189,8 @@ services: |
|
|
|
- EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME} |
|
|
|
- EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD} |
|
|
|
- AzureServiceBusEnabled=False |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
ports: |
|
|
|
- "5109:80" |
|
|
|
|
|
|
|