|
|
@ -61,7 +61,9 @@ services: |
|
|
|
basket-api: |
|
|
|
environment: |
|
|
|
- ASPNETCORE_ENVIRONMENT=Development |
|
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80 |
|
|
|
- Kestrel__Endpoints__HTTP__Url=http://0.0.0.0:80 |
|
|
|
- Kestrel__Endpoints__GRPC__Url=http://0.0.0.0:81 |
|
|
|
- Kestrel__Endpoints__GRPC__Protocols=Http2 |
|
|
|
- ConnectionStrings__Redis=${ESHOP_AZURE_REDIS_BASKET_DB:-basketdata} |
|
|
|
- ConnectionStrings__EventBus=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq} |
|
|
|
- Identity__Url=http://identity-api |
|
|
@ -72,8 +74,6 @@ services: |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
- UseLoadTest=${USE_LOADTEST:-False} |
|
|
|
- PATH_BASE=/basket-api |
|
|
|
- GRPC_PORT=81 |
|
|
|
- PORT=80 |
|
|
|
ports: |
|
|
|
- "5103:80" |
|
|
|
- "9103:81" |
|
|
@ -81,6 +81,9 @@ services: |
|
|
|
catalog-api: |
|
|
|
environment: |
|
|
|
- ASPNETCORE_ENVIRONMENT=Development |
|
|
|
- Kestrel__Endpoints__HTTP__Url=http://0.0.0.0:80 |
|
|
|
- Kestrel__Endpoints__GRPC__Url=http://0.0.0.0:81 |
|
|
|
- Kestrel__Endpoints__GRPC__Protocols=Http2 |
|
|
|
- ConnectionStrings__CatalogDb=${ESHOP_AZURE_CATALOG_DB:-Server=sqldata;Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word;Encrypt=False;TrustServerCertificate=true} |
|
|
|
- ConnectionStrings__EventBus=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq} |
|
|
|
- PicBaseUrl=${ESHOP_STORAGE_CATALOG_URL} |
|
|
@ -92,8 +95,6 @@ services: |
|
|
|
- AzureStorageEnabled=False |
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
- GRPC_PORT=81 |
|
|
|
- PORT=80 |
|
|
|
- PATH_BASE=/catalog-api |
|
|
|
ports: |
|
|
|
- "5101:80" |
|
|
@ -102,7 +103,9 @@ services: |
|
|
|
ordering-api: |
|
|
|
environment: |
|
|
|
- ASPNETCORE_ENVIRONMENT=Development |
|
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80 |
|
|
|
- Kestrel__Endpoints__HTTP__Url=http://0.0.0.0:80 |
|
|
|
- Kestrel__Endpoints__GRPC__Url=http://0.0.0.0:81 |
|
|
|
- Kestrel__Endpoints__GRPC__Protocols=Http2 |
|
|
|
- ConnectionStrings__OrderingDb=${ESHOP_AZURE_ORDERING_DB:-Server=sqldata;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;Encrypt=False;TrustServerCertificate=true} |
|
|
|
- ConnectionStrings__EventBus=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq} |
|
|
|
- Identity__Url=http://identity-api |
|
|
@ -284,7 +287,7 @@ services: |
|
|
|
- ASPNETCORE_ENVIRONMENT=Development |
|
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80 |
|
|
|
- PurchaseUrl=http://webshoppingapigw |
|
|
|
- Identity__Url=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 |
|
|
|
- IdentityUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 |
|
|
|
- SignalrHubUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5202 |
|
|
|
- IdentityUrlHC=http://identity-api/hc |
|
|
|
- UseCustomizationData=True |
|
|
|