disable frontend containers in docker-compose
This commit is contained in:
		
							parent
							
								
									e5f7d835e6
								
							
						
					
					
						commit
						0ab118a064
					
				| @ -160,155 +160,156 @@ services: | |||||||
|     ports: |     ports: | ||||||
|       - "5108:80" |       - "5108:80" | ||||||
| 
 | 
 | ||||||
|   webhooks-api: | #  webhooks-api: | ||||||
|     environment: | #    environment: | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|       - ASPNETCORE_URLS=http://0.0.0.0:80 | #      - ASPNETCORE_URLS=http://0.0.0.0:80 | ||||||
|       - ConnectionString=${ESHOP_AZURE_WEBHOOKS_DB:-Server=sqldata;Database=Microsoft.eShopOnContainers.Services.WebhooksDb;User Id=sa;Password=Pass@word;Encrypt=False} | #      - ConnectionString=${ESHOP_AZURE_WEBHOOKS_DB:-Server=sqldata;Database=Microsoft.eShopOnContainers.Services.WebhooksDb;User Id=sa;Password=Pass@word;Encrypt=False} | ||||||
|       - 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} | ||||||
|       - IdentityUrl=http://identity-api | #      - IdentityUrl=http://identity-api | ||||||
|       - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 | #      - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 | ||||||
|     ports: | #    ports: | ||||||
|       - "5113:80" | #      - "5113:80" | ||||||
|  | # | ||||||
|  | #  mobileshoppingapigw: | ||||||
|  | #    volumes: | ||||||
|  | #      - ./ApiGateways/Envoy/config/mobileshopping:/etc/envoy | ||||||
|  | #    ports: | ||||||
|  | #    - "5200:80" | ||||||
|  | #    - "15200:8001" | ||||||
|  | # | ||||||
|  | #  webshoppingapigw: | ||||||
|  | #    volumes: | ||||||
|  | #      - ./ApiGateways/Envoy/config/webshopping:/etc/envoy | ||||||
|  | #    ports: | ||||||
|  | #    - "5202:80" | ||||||
|  | #    - "15202:8001" | ||||||
|  | # | ||||||
|  | #  mobileshoppingagg: | ||||||
|  | #    environment: | ||||||
|  | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|  | #      - urls__basket=http://basket-api | ||||||
|  | #      - urls__catalog=http://catalog-api | ||||||
|  | #      - urls__orders=http://ordering-api | ||||||
|  | #      - urls__identity=http://identity-api | ||||||
|  | #      - urls__grpcBasket=http://basket-api:81 | ||||||
|  | #      - urls__grpcCatalog=http://catalog-api:81 | ||||||
|  | #      - urls__grpcOrdering=http://ordering-api:81 | ||||||
|  | #      - CatalogUrlHC=http://catalog-api/hc | ||||||
|  | #      - OrderingUrlHC=http://ordering-api/hc | ||||||
|  | #      - IdentityUrlHC=http://identity-api/hc | ||||||
|  | #      - BasketUrlHC=http://basket-api/hc | ||||||
|  | #      - PaymentUrlHC=http://payment-api/hc | ||||||
|  | #      - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 | ||||||
|  | #    ports: | ||||||
|  | #      - "5120:80" | ||||||
|  | # | ||||||
|  | #  webshoppingagg: | ||||||
|  | #    environment: | ||||||
|  | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|  | #      - urls__basket=http://basket-api | ||||||
|  | #      - urls__catalog=http://catalog-api | ||||||
|  | #      - urls__orders=http://ordering-api | ||||||
|  | #      - urls__identity=http://identity-api | ||||||
|  | #      - urls__grpcBasket=http://basket-api:81 | ||||||
|  | #      - urls__grpcCatalog=http://catalog-api:81 | ||||||
|  | #      - urls__grpcOrdering=http://ordering-api:81 | ||||||
|  | #      - CatalogUrlHC=http://catalog-api/hc | ||||||
|  | #      - OrderingUrlHC=http://ordering-api/hc | ||||||
|  | #      - IdentityUrlHC=http://identity-api/hc | ||||||
|  | #      - BasketUrlHC=http://basket-api/hc | ||||||
|  | #      - PaymentUrlHC=http://payment-api/hc | ||||||
|  | #      - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 | ||||||
|  | #    ports: | ||||||
|  | #      - "5121:80" | ||||||
|  | # | ||||||
|  | #  ordering-signalrhub: | ||||||
|  | #    environment: | ||||||
|  | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|  | #      - ASPNETCORE_URLS=http://0.0.0.0:80 | ||||||
|  | #      - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq} | ||||||
|  | #      - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME} | ||||||
|  | #      - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD} | ||||||
|  | #      - AzureServiceBusEnabled=False | ||||||
|  | #      - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} | ||||||
|  | #      - OrchestratorType=${ORCHESTRATOR_TYPE} | ||||||
|  | #      - identityUrl=http://identity-api | ||||||
|  | #    ports: | ||||||
|  | #      - "5112:80" | ||||||
|  | # | ||||||
|  | #  webstatus: | ||||||
|  | #    environment: | ||||||
|  | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|  | #      - ASPNETCORE_URLS=http://0.0.0.0:80 | ||||||
|  | #      - HealthChecksUI__HealthChecks__0__Name=WebMVC HTTP Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__0__Uri=http://webmvc/hc | ||||||
|  | #      - HealthChecksUI__HealthChecks__1__Name=WebSPA HTTP Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__1__Uri=http://webspa/hc | ||||||
|  | #      - HealthChecksUI__HealthChecks__2__Name=Web Shopping Aggregator GW HTTP Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__2__Uri=http://webshoppingagg/hc | ||||||
|  | #      - HealthChecksUI__HealthChecks__3__Name=Mobile Shopping Aggregator HTTP Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__3__Uri=http://mobileshoppingagg/hc | ||||||
|  | #      - HealthChecksUI__HealthChecks__4__Name=Ordering HTTP Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__4__Uri=http://ordering-api/hc | ||||||
|  | #      - HealthChecksUI__HealthChecks__5__Name=Basket HTTP Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__5__Uri=http://basket-api/hc | ||||||
|  | #      - HealthChecksUI__HealthChecks__6__Name=Catalog HTTP Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__6__Uri=http://catalog-api/hc | ||||||
|  | #      - HealthChecksUI__HealthChecks__7__Name=Identity HTTP Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__7__Uri=http://identity-api/hc | ||||||
|  | #      - HealthChecksUI__HealthChecks__8__Name=Payments HTTP Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__8__Uri=http://payment-api/hc | ||||||
|  | #      - HealthChecksUI__HealthChecks__9__Name=Ordering SignalRHub HTTP Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__9__Uri=http://ordering-signalrhub/hc | ||||||
|  | #      - HealthChecksUI__HealthChecks__10__Name=Ordering HTTP Background Check | ||||||
|  | #      - HealthChecksUI__HealthChecks__10__Uri=http://ordering-backgroundtasks/hc | ||||||
|  | #      - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} | ||||||
|  | #      - OrchestratorType=${ORCHESTRATOR_TYPE} | ||||||
|  | #    ports: | ||||||
|  | #      - "5107:80" | ||||||
|  | # | ||||||
|  | #  webspa: | ||||||
|  | #    environment: | ||||||
|  | #      - ASPNETCORE_ENVIRONMENT=Production | ||||||
|  | #      - ASPNETCORE_URLS=http://0.0.0.0:80 | ||||||
|  | #      - IdentityUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 | ||||||
|  | #      - PurchaseUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5202 | ||||||
|  | #      - IdentityUrlHC=http://identity-api/hc | ||||||
|  | #      - UseCustomizationData=True | ||||||
|  | #      - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} | ||||||
|  | #      - OrchestratorType=${ORCHESTRATOR_TYPE} | ||||||
|  | #      - SignalrHubUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5202 | ||||||
|  | #    ports: | ||||||
|  | #      - "5104:80" | ||||||
|  | # | ||||||
|  | #  webmvc: | ||||||
|  | #    environment: | ||||||
|  | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|  | #      - ASPNETCORE_URLS=http://0.0.0.0:80 | ||||||
|  | #      - PurchaseUrl=http://webshoppingapigw | ||||||
|  | #      - 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 | ||||||
|  | #      - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} | ||||||
|  | #      - OrchestratorType=${ORCHESTRATOR_TYPE} | ||||||
|  | #      - UseLoadTest=${USE_LOADTEST:-False} | ||||||
|  | #    ports: | ||||||
|  | #      - "5100:80" | ||||||
|  | # | ||||||
|  | #  webhooks-client: | ||||||
|  | #    environment: | ||||||
|  | #      - ASPNETCORE_URLS=http://0.0.0.0:80 | ||||||
|  | #      - Token=6168DB8D-DC58-4094-AF24-483278923590      # Webhooks are registered with this token (any value is valid) but the client won't check it | ||||||
|  | #      - IdentityUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 | ||||||
|  | #      - CallBackUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5114 | ||||||
|  | #      - WebhooksUrl=http://webhooks-api | ||||||
|  | #      - SelfUrl=http://webhooks-client/ | ||||||
|  | #    ports: | ||||||
|  | #      - "5114:80" | ||||||
| 
 | 
 | ||||||
|   mobileshoppingapigw: |  | ||||||
|     volumes: |  | ||||||
|       - ./ApiGateways/Envoy/config/mobileshopping:/etc/envoy |  | ||||||
|     ports: |  | ||||||
|     - "5200:80" |  | ||||||
|     - "15200:8001" |  | ||||||
| 
 |  | ||||||
|   webshoppingapigw: |  | ||||||
|     volumes: |  | ||||||
|       - ./ApiGateways/Envoy/config/webshopping:/etc/envoy |  | ||||||
|     ports: |  | ||||||
|     - "5202:80" |  | ||||||
|     - "15202:8001" |  | ||||||
| 
 |  | ||||||
|   mobileshoppingagg: |  | ||||||
|     environment: |  | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development |  | ||||||
|       - urls__basket=http://basket-api |  | ||||||
|       - urls__catalog=http://catalog-api |  | ||||||
|       - urls__orders=http://ordering-api |  | ||||||
|       - urls__identity=http://identity-api |  | ||||||
|       - urls__grpcBasket=http://basket-api:81 |  | ||||||
|       - urls__grpcCatalog=http://catalog-api:81 |  | ||||||
|       - urls__grpcOrdering=http://ordering-api:81 |  | ||||||
|       - CatalogUrlHC=http://catalog-api/hc |  | ||||||
|       - OrderingUrlHC=http://ordering-api/hc |  | ||||||
|       - IdentityUrlHC=http://identity-api/hc |  | ||||||
|       - BasketUrlHC=http://basket-api/hc |  | ||||||
|       - PaymentUrlHC=http://payment-api/hc |  | ||||||
|       - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 |  | ||||||
|     ports: |  | ||||||
|       - "5120:80" |  | ||||||
| 
 |  | ||||||
|   webshoppingagg: |  | ||||||
|     environment: |  | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development |  | ||||||
|       - urls__basket=http://basket-api |  | ||||||
|       - urls__catalog=http://catalog-api |  | ||||||
|       - urls__orders=http://ordering-api |  | ||||||
|       - urls__identity=http://identity-api |  | ||||||
|       - urls__grpcBasket=http://basket-api:81 |  | ||||||
|       - urls__grpcCatalog=http://catalog-api:81 |  | ||||||
|       - urls__grpcOrdering=http://ordering-api:81 |  | ||||||
|       - CatalogUrlHC=http://catalog-api/hc |  | ||||||
|       - OrderingUrlHC=http://ordering-api/hc |  | ||||||
|       - IdentityUrlHC=http://identity-api/hc |  | ||||||
|       - BasketUrlHC=http://basket-api/hc |  | ||||||
|       - PaymentUrlHC=http://payment-api/hc |  | ||||||
|       - IdentityUrlExternal=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 |  | ||||||
|     ports: |  | ||||||
|       - "5121:80" |  | ||||||
| 
 |  | ||||||
|   ordering-signalrhub: |  | ||||||
|     environment: |  | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development |  | ||||||
|       - ASPNETCORE_URLS=http://0.0.0.0:80 |  | ||||||
|       - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq} |  | ||||||
|       - EventBusUserName=${ESHOP_SERVICE_BUS_USERNAME} |  | ||||||
|       - EventBusPassword=${ESHOP_SERVICE_BUS_PASSWORD} |  | ||||||
|       - AzureServiceBusEnabled=False |  | ||||||
|       - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |  | ||||||
|       - OrchestratorType=${ORCHESTRATOR_TYPE} |  | ||||||
|       - identityUrl=http://identity-api |  | ||||||
|     ports: |  | ||||||
|       - "5112:80" |  | ||||||
| 
 |  | ||||||
|   webstatus: |  | ||||||
|     environment: |  | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development |  | ||||||
|       - ASPNETCORE_URLS=http://0.0.0.0:80 |  | ||||||
|       - HealthChecksUI__HealthChecks__0__Name=WebMVC HTTP Check |  | ||||||
|       - HealthChecksUI__HealthChecks__0__Uri=http://webmvc/hc |  | ||||||
|       - HealthChecksUI__HealthChecks__1__Name=WebSPA HTTP Check |  | ||||||
|       - HealthChecksUI__HealthChecks__1__Uri=http://webspa/hc |  | ||||||
|       - HealthChecksUI__HealthChecks__2__Name=Web Shopping Aggregator GW HTTP Check |  | ||||||
|       - HealthChecksUI__HealthChecks__2__Uri=http://webshoppingagg/hc |  | ||||||
|       - HealthChecksUI__HealthChecks__3__Name=Mobile Shopping Aggregator HTTP Check |  | ||||||
|       - HealthChecksUI__HealthChecks__3__Uri=http://mobileshoppingagg/hc |  | ||||||
|       - HealthChecksUI__HealthChecks__4__Name=Ordering HTTP Check |  | ||||||
|       - HealthChecksUI__HealthChecks__4__Uri=http://ordering-api/hc |  | ||||||
|       - HealthChecksUI__HealthChecks__5__Name=Basket HTTP Check |  | ||||||
|       - HealthChecksUI__HealthChecks__5__Uri=http://basket-api/hc |  | ||||||
|       - HealthChecksUI__HealthChecks__6__Name=Catalog HTTP Check |  | ||||||
|       - HealthChecksUI__HealthChecks__6__Uri=http://catalog-api/hc |  | ||||||
|       - HealthChecksUI__HealthChecks__7__Name=Identity HTTP Check |  | ||||||
|       - HealthChecksUI__HealthChecks__7__Uri=http://identity-api/hc |  | ||||||
|       - HealthChecksUI__HealthChecks__8__Name=Payments HTTP Check |  | ||||||
|       - HealthChecksUI__HealthChecks__8__Uri=http://payment-api/hc |  | ||||||
|       - HealthChecksUI__HealthChecks__9__Name=Ordering SignalRHub HTTP Check |  | ||||||
|       - HealthChecksUI__HealthChecks__9__Uri=http://ordering-signalrhub/hc |  | ||||||
|       - HealthChecksUI__HealthChecks__10__Name=Ordering HTTP Background Check |  | ||||||
|       - HealthChecksUI__HealthChecks__10__Uri=http://ordering-backgroundtasks/hc |  | ||||||
|       - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |  | ||||||
|       - OrchestratorType=${ORCHESTRATOR_TYPE} |  | ||||||
|     ports: |  | ||||||
|       - "5107:80" |  | ||||||
| 
 |  | ||||||
|   webspa: |  | ||||||
|     environment: |  | ||||||
|       - ASPNETCORE_ENVIRONMENT=Production |  | ||||||
|       - ASPNETCORE_URLS=http://0.0.0.0:80 |  | ||||||
|       - IdentityUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 |  | ||||||
|       - PurchaseUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5202 |  | ||||||
|       - IdentityUrlHC=http://identity-api/hc |  | ||||||
|       - UseCustomizationData=True |  | ||||||
|       - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |  | ||||||
|       - OrchestratorType=${ORCHESTRATOR_TYPE} |  | ||||||
|       - SignalrHubUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5202 |  | ||||||
|     ports: |  | ||||||
|       - "5104:80" |  | ||||||
| 
 |  | ||||||
|   webmvc: |  | ||||||
|     environment: |  | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development |  | ||||||
|       - ASPNETCORE_URLS=http://0.0.0.0:80 |  | ||||||
|       - PurchaseUrl=http://webshoppingapigw |  | ||||||
|       - 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 |  | ||||||
|       - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} |  | ||||||
|       - OrchestratorType=${ORCHESTRATOR_TYPE} |  | ||||||
|       - UseLoadTest=${USE_LOADTEST:-False} |  | ||||||
|     ports: |  | ||||||
|       - "5100:80" |  | ||||||
| 
 |  | ||||||
|   webhooks-client: |  | ||||||
|     environment: |  | ||||||
|       - ASPNETCORE_URLS=http://0.0.0.0:80 |  | ||||||
|       - Token=6168DB8D-DC58-4094-AF24-483278923590      # Webhooks are registered with this token (any value is valid) but the client won't check it |  | ||||||
|       - IdentityUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 |  | ||||||
|       - CallBackUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5114 |  | ||||||
|       - WebhooksUrl=http://webhooks-api |  | ||||||
|       - SelfUrl=http://webhooks-client/ |  | ||||||
|     ports: |  | ||||||
|       - "5114:80" |  | ||||||
| volumes: | volumes: | ||||||
|   eshop-sqldata: |   eshop-sqldata: | ||||||
|     external: false |     external: false | ||||||
|  | |||||||
| @ -107,56 +107,56 @@ services: | |||||||
|     ports: |     ports: | ||||||
|       - "5111:80" |       - "5111:80" | ||||||
| 
 | 
 | ||||||
|   webspa: | #  webspa: | ||||||
|     environment: | #    environment: | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|       - ASPNETCORE_URLS=http://0.0.0.0:80 | #      - ASPNETCORE_URLS=http://0.0.0.0:80 | ||||||
|       - IdentityUrl=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5105              #Local: You need to open your local dev-machine firewall at range 5100-5105.  at range 5100-5105. | #      - IdentityUrl=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5105              #Local: You need to open your local dev-machine firewall at range 5100-5105.  at range 5100-5105. | ||||||
|       - PurchaseUrl=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5202 | #      - PurchaseUrl=http://${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}:5202 | ||||||
|       - CatalogUrlHC=http://catalog-api/hc | #      - CatalogUrlHC=http://catalog-api/hc | ||||||
|       - OrderingUrlHC=http://ordering-api/hc | #      - OrderingUrlHC=http://ordering-api/hc | ||||||
|       - IdentityUrlHC=http://identity-api/hc     #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser. | #      - IdentityUrlHC=http://identity-api/hc     #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser. | ||||||
|       - BasketUrlHC=http://basket-api/hc | #      - BasketUrlHC=http://basket-api/hc | ||||||
|       - PaymentUrlHC=http://payment-api/hc | #      - PaymentUrlHC=http://payment-api/hc | ||||||
|       - UseCustomizationData=True | #      - UseCustomizationData=True | ||||||
|       - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} | #      - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} | ||||||
|       - OrchestratorType=${ORCHESTRATOR_TYPE} | #      - OrchestratorType=${ORCHESTRATOR_TYPE} | ||||||
|     ports: | #    ports: | ||||||
|       - "5104:80" | #      - "5104:80" | ||||||
| 
 | # | ||||||
|   webmvc: | #  webmvc: | ||||||
|     environment: | #    environment: | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|       - ASPNETCORE_URLS=http://0.0.0.0:80 | #      - ASPNETCORE_URLS=http://0.0.0.0:80 | ||||||
|       - PurchaseUrl=http://webshoppingapigw | #      - PurchaseUrl=http://webshoppingapigw | ||||||
|       - IdentityUrl=http://10.0.75.1:5105  # Local Mac: Use http://docker.for.mac.localhost:5105 || Local Windows:  Use 10.0.75.1 in a "Docker for Windows" environment, if using "localhost" from browser. || #Remote access: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP} if using external IP or DNS name from browser. | #      - IdentityUrl=http://10.0.75.1:5105  # Local Mac: Use http://docker.for.mac.localhost:5105 || Local Windows:  Use 10.0.75.1 in a "Docker for Windows" environment, if using "localhost" from browser. || #Remote access: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP} if using external IP or DNS name from browser. | ||||||
|       - CatalogUrlHC=http://catalog-api/hc | #      - CatalogUrlHC=http://catalog-api/hc | ||||||
|       - OrderingUrlHC=http://ordering-api/hc | #      - OrderingUrlHC=http://ordering-api/hc | ||||||
|       - IdentityUrlHC=http://identity-api/hc     #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser. | #      - IdentityUrlHC=http://identity-api/hc     #Local: Use ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP}, if using external IP or DNS name from browser. | ||||||
|       - BasketUrlHC=http://basket-api/hc | #      - BasketUrlHC=http://basket-api/hc | ||||||
|       - PaymentUrlHC=http://payment-api/hc | #      - PaymentUrlHC=http://payment-api/hc | ||||||
|       - UseCustomizationData=True | #      - UseCustomizationData=True | ||||||
|       - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} | #      - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} | ||||||
|       - OrchestratorType=${ORCHESTRATOR_TYPE} | #      - OrchestratorType=${ORCHESTRATOR_TYPE} | ||||||
|       - UseLoadTest=${USE_LOADTEST:-False} | #      - UseLoadTest=${USE_LOADTEST:-False} | ||||||
|     ports: | #    ports: | ||||||
|       - "5100:80" | #      - "5100:80" | ||||||
| 
 | # | ||||||
|   webstatus: | #  webstatus: | ||||||
|     environment: | #    environment: | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|       - ASPNETCORE_URLS=http://0.0.0.0:80 | #      - ASPNETCORE_URLS=http://0.0.0.0:80 | ||||||
|       - CatalogUrl=http://catalog-api/hc | #      - CatalogUrl=http://catalog-api/hc | ||||||
|       - OrderingUrl=http://ordering-api/hc | #      - OrderingUrl=http://ordering-api/hc | ||||||
|       - BasketUrl=http://basket-api/hc | #      - BasketUrl=http://basket-api/hc | ||||||
|       - IdentityUrl=http://identity-api/hc | #      - IdentityUrl=http://identity-api/hc | ||||||
|       - PaymentUrl=http://payment-api/hc | #      - PaymentUrl=http://payment-api/hc | ||||||
|       - mvc=http://webmvc/hc | #      - mvc=http://webmvc/hc | ||||||
|       - spa=http://webspa/hc | #      - spa=http://webspa/hc | ||||||
|       - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} | #      - ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY} | ||||||
|       - OrchestratorType=${ORCHESTRATOR_TYPE} | #      - OrchestratorType=${ORCHESTRATOR_TYPE} | ||||||
|     ports: | #    ports: | ||||||
|       - "5107:80" | #      - "5107:80" | ||||||
| 
 | 
 | ||||||
|   payment-api: |   payment-api: | ||||||
|     environment: |     environment: | ||||||
| @ -191,45 +191,45 @@ services: | |||||||
|       - "15672:15672"  # Important: In a production environment your should remove the external port |       - "15672:15672"  # Important: In a production environment your should remove the external port | ||||||
|       - "5672:5672"    # Important: In a production environment your should remove the external port |       - "5672:5672"    # Important: In a production environment your should remove the external port | ||||||
| 
 | 
 | ||||||
|   mobileshoppingapigw: | #  mobileshoppingapigw: | ||||||
|     environment: | #    environment: | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|       - IdentityUrl=http://identity-api              #Local: You need to open your local dev-machine firewall at range 5100-5110. | #      - IdentityUrl=http://identity-api              #Local: You need to open your local dev-machine firewall at range 5100-5110. | ||||||
|     ports: | #    ports: | ||||||
|       - "5200:80"   # Important: In a production environment your should remove the external port (5200) kept here for microservice debugging purposes. | #      - "5200:80"   # Important: In a production environment your should remove the external port (5200) 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). | ||||||
|     volumes: | #    volumes: | ||||||
|       - ./ApiGateways/Mobile.Bff.Shopping/apigw:/app/configuration | #      - ./ApiGateways/Mobile.Bff.Shopping/apigw:/app/configuration | ||||||
| 
 | # | ||||||
|   webshoppingapigw: | #  webshoppingapigw: | ||||||
|     environment: | #    environment: | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|       - IdentityUrl=http://identity-api              #Local: You need to open your local dev-machine firewall at range 5100-5110. | #      - IdentityUrl=http://identity-api              #Local: You need to open your local dev-machine firewall at range 5100-5110. | ||||||
|     ports: | #    ports: | ||||||
|       - "5202:80"   # Important: In a production environment your should remove the external port (5202) kept here for microservice debugging purposes. | #      - "5202:80"   # Important: In a production environment your should remove the external port (5202) 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). | ||||||
|     volumes: | #    volumes: | ||||||
|       - ./ApiGateways/Web.Bff.Shopping/apigw:/app/configuration | #      - ./ApiGateways/Web.Bff.Shopping/apigw:/app/configuration | ||||||
| 
 | # | ||||||
|   mobileshoppingagg: | #  mobileshoppingagg: | ||||||
|     environment: | #    environment: | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|       - urls__basket=http://basket-api | #      - urls__basket=http://basket-api | ||||||
|       - urls__catalog=http://catalog-api | #      - urls__catalog=http://catalog-api | ||||||
|       - urls__orders=http://ordering-api | #      - urls__orders=http://ordering-api | ||||||
|       - urls__identity=http://identity-api              #Local: You need to open your local dev-machine firewall at range 5100-5110. | #      - urls__identity=http://identity-api              #Local: You need to open your local dev-machine firewall at range 5100-5110. | ||||||
|     ports: | #    ports: | ||||||
|       - "80"   # Important: In a production environment your should remove the external port (5120) kept here for microservice debugging purposes. | #      - "80"   # Important: In a production environment your should remove the external port (5120) 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). | ||||||
| 
 | # | ||||||
|   webshoppingagg: | #  webshoppingagg: | ||||||
|     environment: | #    environment: | ||||||
|       - ASPNETCORE_ENVIRONMENT=Development | #      - ASPNETCORE_ENVIRONMENT=Development | ||||||
|       - urls__basket=http://basket-api | #      - urls__basket=http://basket-api | ||||||
|       - urls__catalog=http://catalog-api | #      - urls__catalog=http://catalog-api | ||||||
|       - urls__orders=http://ordering-api | #      - urls__orders=http://ordering-api | ||||||
|       - urls__identity=http://identity-api              #Local: You need to open your local dev-machine firewall at range 5100-5110. | #      - urls__identity=http://identity-api              #Local: You need to open your local dev-machine firewall at range 5100-5110. | ||||||
|     ports: | #    ports: | ||||||
|       - "80"   # Important: In a production environment your should remove the external port (5121) kept here for microservice debugging purposes. | #      - "80"   # Important: In a production environment your should remove the external port (5121) 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). | ||||||
| 
 | # | ||||||
|  | |||||||
| @ -70,92 +70,92 @@ services: | |||||||
|     depends_on: |     depends_on: | ||||||
|       - rabbitmq |       - rabbitmq | ||||||
| 
 | 
 | ||||||
|   webhooks-api: | #  webhooks-api: | ||||||
|     image: ${REGISTRY:-eshop}/webhooks.api:${PLATFORM:-linux}-${TAG:-latest} | #    image: ${REGISTRY:-eshop}/webhooks.api:${PLATFORM:-linux}-${TAG:-latest} | ||||||
|     build: | #    build: | ||||||
|       context: . | #      context: . | ||||||
|       dockerfile: Services/Webhooks/Webhooks.API/Dockerfile | #      dockerfile: Services/Webhooks/Webhooks.API/Dockerfile | ||||||
|     depends_on: | #    depends_on: | ||||||
|       - sqldata | #      - sqldata | ||||||
| 
 | # | ||||||
|   mobileshoppingapigw: | #  mobileshoppingapigw: | ||||||
|     image: envoyproxy/envoy:v1.16.0 | #    image: envoyproxy/envoy:v1.16.0 | ||||||
| 
 | # | ||||||
|   mobileshoppingagg: | #  mobileshoppingagg: | ||||||
|     image: ${REGISTRY:-eshop}/mobileshoppingagg:${PLATFORM:-linux}-${TAG:-latest} | #    image: ${REGISTRY:-eshop}/mobileshoppingagg:${PLATFORM:-linux}-${TAG:-latest} | ||||||
|     build: | #    build: | ||||||
|       context: . | #      context: . | ||||||
|       dockerfile: ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile | #      dockerfile: ApiGateways/Mobile.Bff.Shopping/aggregator/Dockerfile | ||||||
|     depends_on: | #    depends_on: | ||||||
|       - nosqldata | #      - nosqldata | ||||||
|       - sqldata | #      - sqldata | ||||||
|       - identity-api | #      - identity-api | ||||||
|       - rabbitmq | #      - rabbitmq | ||||||
|       - ordering-api | #      - ordering-api | ||||||
|       - catalog-api | #      - catalog-api | ||||||
|       - basket-api | #      - basket-api | ||||||
| 
 | # | ||||||
|   webshoppingagg: | #  webshoppingagg: | ||||||
|     image: ${REGISTRY:-eshop}/webshoppingagg:${PLATFORM:-linux}-${TAG:-latest} | #    image: ${REGISTRY:-eshop}/webshoppingagg:${PLATFORM:-linux}-${TAG:-latest} | ||||||
|     build: | #    build: | ||||||
|       context: . | #      context: . | ||||||
|       dockerfile: ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile | #      dockerfile: ApiGateways/Web.Bff.Shopping/aggregator/Dockerfile | ||||||
|     depends_on: | #    depends_on: | ||||||
|       - nosqldata | #      - nosqldata | ||||||
|       - sqldata | #      - sqldata | ||||||
|       - identity-api | #      - identity-api | ||||||
|       - rabbitmq | #      - rabbitmq | ||||||
|       - ordering-api | #      - ordering-api | ||||||
|       - catalog-api | #      - catalog-api | ||||||
|       - basket-api | #      - basket-api | ||||||
| 
 | # | ||||||
|   ordering-signalrhub: | #  ordering-signalrhub: | ||||||
|     image: ${REGISTRY:-eshop}/ordering.signalrhub:${PLATFORM:-linux}-${TAG:-latest} | #    image: ${REGISTRY:-eshop}/ordering.signalrhub:${PLATFORM:-linux}-${TAG:-latest} | ||||||
|     build: | #    build: | ||||||
|       context: . | #      context: . | ||||||
|       dockerfile: Services/Ordering/Ordering.SignalrHub/Dockerfile | #      dockerfile: Services/Ordering/Ordering.SignalrHub/Dockerfile | ||||||
|     depends_on: | #    depends_on: | ||||||
|       - nosqldata | #      - nosqldata | ||||||
|       - sqldata | #      - sqldata | ||||||
|       - identity-api | #      - identity-api | ||||||
|       - rabbitmq | #      - rabbitmq | ||||||
|       - ordering-api | #      - ordering-api | ||||||
|       - catalog-api | #      - catalog-api | ||||||
|       - basket-api | #      - basket-api | ||||||
| 
 | # | ||||||
|   webstatus: | #  webstatus: | ||||||
|     image: ${REGISTRY:-eshop}/webstatus:${PLATFORM:-linux}-${TAG:-latest} | #    image: ${REGISTRY:-eshop}/webstatus:${PLATFORM:-linux}-${TAG:-latest} | ||||||
|     build: | #    build: | ||||||
|       context: . | #      context: . | ||||||
|       dockerfile: Web/WebStatus/Dockerfile | #      dockerfile: Web/WebStatus/Dockerfile | ||||||
| 
 | # | ||||||
|   webspa: | #  webspa: | ||||||
|     image: ${REGISTRY:-eshop}/webspa:${PLATFORM:-linux}-${TAG:-latest} | #    image: ${REGISTRY:-eshop}/webspa:${PLATFORM:-linux}-${TAG:-latest} | ||||||
|     build: | #    build: | ||||||
|       context: . | #      context: . | ||||||
|       dockerfile: Web/WebSPA/Dockerfile | #      dockerfile: Web/WebSPA/Dockerfile | ||||||
|       args: | #      args: | ||||||
|         NODE_IMAGE: ${NODE_IMAGE:-node:12.0} | #        NODE_IMAGE: ${NODE_IMAGE:-node:12.0} | ||||||
|     depends_on: | #    depends_on: | ||||||
|       - webshoppingagg | #      - webshoppingagg | ||||||
|       - webshoppingapigw | #      - webshoppingapigw | ||||||
| 
 | # | ||||||
|   webmvc: | #  webmvc: | ||||||
|     image: ${REGISTRY:-eshop}/webmvc:${PLATFORM:-linux}-${TAG:-latest} | #    image: ${REGISTRY:-eshop}/webmvc:${PLATFORM:-linux}-${TAG:-latest} | ||||||
|     build: | #    build: | ||||||
|       context: . | #      context: . | ||||||
|       dockerfile: Web/WebMVC/Dockerfile | #      dockerfile: Web/WebMVC/Dockerfile | ||||||
|     depends_on: | #    depends_on: | ||||||
|       - webshoppingagg | #      - webshoppingagg | ||||||
|       - webshoppingapigw | #      - webshoppingapigw | ||||||
| 
 | # | ||||||
|   webhooks-client: | #  webhooks-client: | ||||||
|     image: ${REGISTRY:-eshop}/webhooks.client:${PLATFORM:-linux}-${TAG:-latest} | #    image: ${REGISTRY:-eshop}/webhooks.client:${PLATFORM:-linux}-${TAG:-latest} | ||||||
|     build: | #    build: | ||||||
|       context: . | #      context: . | ||||||
|       dockerfile: Web/WebhookClient/Dockerfile | #      dockerfile: Web/WebhookClient/Dockerfile | ||||||
|     depends_on: | #    depends_on: | ||||||
|       - webhooks-api | #      - webhooks-api | ||||||
| 
 | # | ||||||
|   webshoppingapigw: | #  webshoppingapigw: | ||||||
|     image: envoyproxy/envoy:v1.16.0 | #    image: envoyproxy/envoy:v1.16.0 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user