|
@ -224,24 +224,7 @@ services: |
|
|
ports: |
|
|
ports: |
|
|
- "5109:80" # Important: In a production environment your should remove the external port (5109) kept here for microservice debugging purposes. |
|
|
- "5109:80" # Important: In a production environment your should remove the external port (5109) kept here for microservice debugging purposes. |
|
|
# The API Gateway redirects and access through the internal port (80). |
|
|
# The API Gateway redirects and access through the internal port (80). |
|
|
|
|
|
|
|
|
ordering.backgroundtasks: |
|
|
|
|
|
environment: |
|
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Development |
|
|
|
|
|
- ASPNETCORE_URLS=http://0.0.0.0:80 |
|
|
|
|
|
- ConnectionString=${ESHOP_AZURE_ORDERING_DB:-Server=sql.data;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word} |
|
|
|
|
|
- EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq} |
|
|
|
|
|
- EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME} |
|
|
|
|
|
- EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD} |
|
|
|
|
|
- UseCustomizationData=True |
|
|
|
|
|
- AzureServiceBusEnabled=False |
|
|
|
|
|
- CheckUpdateTime=30000 |
|
|
|
|
|
- GracePeriodTime=1 |
|
|
|
|
|
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |
|
|
|
|
|
- OrchestratorType=${ORCHESTRATOR_TYPE} |
|
|
|
|
|
- UseLoadTest=${USE_LOADTEST:-False} |
|
|
|
|
|
ports: |
|
|
|
|
|
- "5111:80" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sql.data: |
|
|
sql.data: |
|
|
environment: |
|
|
environment: |
|
|