Browse Source

update the port

dev
Satyendra Hari 1 year ago
parent
commit
7a5e502428
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/docker-compose.override.yml

+ 4
- 1
src/docker-compose.override.yml View File

@ -33,6 +33,7 @@ services:
- "6379:6379" - "6379:6379"
volumes: volumes:
- eshop-basketdata:/data - eshop-basketdata:/data
rabbitmq: rabbitmq:
ports: ports:
- "15672:15672" - "15672:15672"
@ -52,6 +53,7 @@ services:
- WebShoppingAggClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5121 - WebShoppingAggClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5121
- WebhooksApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5113 - WebhooksApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5113
- WebhooksWebClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5114 - WebhooksWebClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5114
- ContactApiClient=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5106
- UseCustomizationData=True - UseCustomizationData=True
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- OrchestratorType=${ORCHESTRATOR_TYPE} - OrchestratorType=${ORCHESTRATOR_TYPE}
@ -161,8 +163,9 @@ services:
- ASPNETCORE_ENVIRONMENT=Development - ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://0.0.0.0:80 - ASPNETCORE_URLS=http://0.0.0.0:80
- ConnectionStrings__CatalogDb=${ESHOP_AZURE_CATALOG_DB:-Server=sqldata;Database=Microsoft.eShopOnContainers.Services.ContactDb;User Id=sa;Password=Pass@word;Encrypt=False;TrustServerCertificate=true} - ConnectionStrings__CatalogDb=${ESHOP_AZURE_CATALOG_DB:-Server=sqldata;Database=Microsoft.eShopOnContainers.Services.ContactDb;User Id=sa;Password=Pass@word;Encrypt=False;TrustServerCertificate=true}
- OrchestratorType=${ORCHESTRATOR_TYPE}
ports: ports:
- "5110:80"
- "5106:80"
webhooks-api: webhooks-api:
environment: environment:


Loading…
Cancel
Save