port change for cluster

This commit is contained in:
Santhosh S 2023-09-29 10:11:53 -04:00
parent 8744761b00
commit c5f3473ccb

View File

@ -6,14 +6,14 @@ services:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80/http"
- "80:80"
attachments:
image: santhoshsnair/damageassesmentapiattachments:latest
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80/http"
- "80:80"
employees:
@ -21,7 +21,7 @@ services:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80/http"
- "80:80"
locations:
@ -29,7 +29,7 @@ services:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80/http"
- "80:80"
questions:
@ -37,7 +37,7 @@ services:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80/http"
- "80:80"
responses:
@ -60,7 +60,7 @@ services:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80/http"
- "80:80"
doculinks:
@ -68,5 +68,5 @@ services:
environment:
- ASPNETCORE_ENVIRONMENT=Development
ports:
- "80/http"
- "80:80"