From b6d09a24394b269051e362bc73c89aa919adf8da Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Llorente Date: Mon, 2 Apr 2018 16:43:50 -0700 Subject: [PATCH] Fixed comments not right for Pi Gateways services --- docker-compose.override.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docker-compose.override.yml b/docker-compose.override.yml index c862bd5f9..9b8cac7b9 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -228,8 +228,7 @@ services: - ASPNETCORE_ENVIRONMENT=Development - IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110. ports: - - "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). + - "5200:80" volumes: - ./src/ApiGateways/Mobile.Bff.Shopping/apigw:/app/configuration @@ -238,8 +237,7 @@ services: - ASPNETCORE_ENVIRONMENT=Development - IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110. ports: - - "5201:80" # Important: In a production environment your should remove the external port (5201) kept here for microservice debugging purposes. - # The API Gateway redirects and access through the internal port (80). + - "5201:80" volumes: - ./src/ApiGateways/Mobile.Bff.Marketing/apigw:/app/configuration @@ -248,8 +246,7 @@ services: - ASPNETCORE_ENVIRONMENT=Development - IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110. ports: - - "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). + - "5202:80" volumes: - ./src/ApiGateways/Web.Bff.Shopping/apigw:/app/configuration @@ -258,8 +255,7 @@ services: - ASPNETCORE_ENVIRONMENT=Development - IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110. ports: - - "5203:80" # Important: In a production environment your should remove the external port (5203) kept here for microservice debugging purposes. - # The API Gateway redirects and access through the internal port (80). + - "5203:80" volumes: - ./src/ApiGateways/Web.Bff.Marketing/apigw:/app/configuration