Skip to content

Commit b6d09a2

Browse files
Fixed comments not right for Pi Gateways services
1 parent 0906ae6 commit b6d09a2

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

docker-compose.override.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ services:
228228
- ASPNETCORE_ENVIRONMENT=Development
229229
- IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
230230
ports:
231-
- "5200:80" # Important: In a production environment your should remove the external port (5200) kept here for microservice debugging purposes.
232-
# The API Gateway redirects and access through the internal port (80).
231+
- "5200:80"
233232
volumes:
234233
- ./src/ApiGateways/Mobile.Bff.Shopping/apigw:/app/configuration
235234

@@ -238,8 +237,7 @@ services:
238237
- ASPNETCORE_ENVIRONMENT=Development
239238
- IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
240239
ports:
241-
- "5201:80" # Important: In a production environment your should remove the external port (5201) kept here for microservice debugging purposes.
242-
# The API Gateway redirects and access through the internal port (80).
240+
- "5201:80"
243241
volumes:
244242
- ./src/ApiGateways/Mobile.Bff.Marketing/apigw:/app/configuration
245243

@@ -248,8 +246,7 @@ services:
248246
- ASPNETCORE_ENVIRONMENT=Development
249247
- IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
250248
ports:
251-
- "5202:80" # Important: In a production environment your should remove the external port (5202) kept here for microservice debugging purposes.
252-
# The API Gateway redirects and access through the internal port (80).
249+
- "5202:80"
253250
volumes:
254251
- ./src/ApiGateways/Web.Bff.Shopping/apigw:/app/configuration
255252

@@ -258,8 +255,7 @@ services:
258255
- ASPNETCORE_ENVIRONMENT=Development
259256
- IdentityUrl=http://identity.api #Local: You need to open your local dev-machine firewall at range 5100-5110.
260257
ports:
261-
- "5203:80" # Important: In a production environment your should remove the external port (5203) kept here for microservice debugging purposes.
262-
# The API Gateway redirects and access through the internal port (80).
258+
- "5203:80"
263259
volumes:
264260
- ./src/ApiGateways/Web.Bff.Marketing/apigw:/app/configuration
265261

0 commit comments

Comments
 (0)