|
@ -41,25 +41,25 @@ services: |
|
|
identity-api: |
|
|
identity-api: |
|
|
environment: |
|
|
environment: |
|
|
- ASPNETCORE_ENVIRONMENT=Development |
|
|
- ASPNETCORE_ENVIRONMENT=Development |
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80 |
|
|
|
|
|
- SpaClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5104 |
|
|
|
|
|
- XamarinCallback=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5105/xamarincallback |
|
|
|
|
|
|
|
|
- ASPNETCORE_URLS=http://+:80 |
|
|
|
|
|
- SpaClient=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5104 |
|
|
|
|
|
- XamarinCallback=https://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5105/xamarincallback |
|
|
- ConnectionString=${ESHOP_AZURE_IDENTITY_DB:-Server=sqldata;Database=Microsoft.eShopOnContainers.Service.IdentityDb;User Id=sa;Password=Pass@word} |
|
|
- ConnectionString=${ESHOP_AZURE_IDENTITY_DB:-Server=sqldata;Database=Microsoft.eShopOnContainers.Service.IdentityDb;User Id=sa;Password=Pass@word} |
|
|
- MvcClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5100 |
|
|
|
|
|
- LocationApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5109 |
|
|
|
|
|
- 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 |
|
|
|
|
|
- MobileShoppingAggClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5120 |
|
|
|
|
|
- WebShoppingAggClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5121 |
|
|
|
|
|
- WebhooksApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5113 |
|
|
|
|
|
- WebhooksWebClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5114 |
|
|
|
|
|
|
|
|
- MvcClient=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5100 |
|
|
|
|
|
- LocationApiClient=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5109 |
|
|
|
|
|
- MarketingApiClient=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5110 |
|
|
|
|
|
- BasketApiClient=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5103 |
|
|
|
|
|
- OrderingApiClient=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5102 |
|
|
|
|
|
- MobileShoppingAggClient=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5120 |
|
|
|
|
|
- WebShoppingAggClient=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5121 |
|
|
|
|
|
- WebhooksApiClient=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5113 |
|
|
|
|
|
- WebhooksWebClient=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5114 |
|
|
- UseCustomizationData=True |
|
|
- UseCustomizationData=True |
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
- Serilog__MinimumLevel__Override__Microsoft=Warning |
|
|
- Serilog__MinimumLevel__Override__Microsoft=Warning |
|
|
ports: |
|
|
ports: |
|
|
- "80" # We need HTTP access for inter-service communications |
|
|
|
|
|
|
|
|
- "80" # We need internal HTTP access for inter-service communications |
|
|
- "5105:443" |
|
|
- "5105:443" |
|
|
|
|
|
|
|
|
basket-api: |
|
|
basket-api: |
|
@ -111,7 +111,7 @@ services: |
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80 |
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80 |
|
|
- ConnectionString=${ESHOP_AZURE_ORDERING_DB:-Server=sqldata;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word} |
|
|
- ConnectionString=${ESHOP_AZURE_ORDERING_DB:-Server=sqldata;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word} |
|
|
- identityUrl=http://identity-api |
|
|
- identityUrl=http://identity-api |
|
|
- IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 |
|
|
|
|
|
|
|
|
- IdentityUrlExternal=https://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 |
|
|
- EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq} |
|
|
- EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq} |
|
|
- EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME} |
|
|
- EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME} |
|
|
- EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD} |
|
|
- EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD} |
|
@ -127,7 +127,8 @@ services: |
|
|
- GRPC_PORT=81 |
|
|
- GRPC_PORT=81 |
|
|
- PORT=80 |
|
|
- PORT=80 |
|
|
ports: |
|
|
ports: |
|
|
- "5102:80" |
|
|
|
|
|
|
|
|
- "80" # We need internal HTTP access for inter-service communications |
|
|
|
|
|
- "5102:443" |
|
|
- "9102:81" |
|
|
- "9102:81" |
|
|
|
|
|
|
|
|
ordering-backgroundtasks: |
|
|
ordering-backgroundtasks: |
|
|