port change for cluster
This commit is contained in:
parent
8744761b00
commit
c5f3473ccb
@ -6,14 +6,14 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Development
|
- ASPNETCORE_ENVIRONMENT=Development
|
||||||
ports:
|
ports:
|
||||||
- "80/http"
|
- "80:80"
|
||||||
|
|
||||||
attachments:
|
attachments:
|
||||||
image: santhoshsnair/damageassesmentapiattachments:latest
|
image: santhoshsnair/damageassesmentapiattachments:latest
|
||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Development
|
- ASPNETCORE_ENVIRONMENT=Development
|
||||||
ports:
|
ports:
|
||||||
- "80/http"
|
- "80:80"
|
||||||
|
|
||||||
|
|
||||||
employees:
|
employees:
|
||||||
@ -21,7 +21,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Development
|
- ASPNETCORE_ENVIRONMENT=Development
|
||||||
ports:
|
ports:
|
||||||
- "80/http"
|
- "80:80"
|
||||||
|
|
||||||
|
|
||||||
locations:
|
locations:
|
||||||
@ -29,7 +29,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Development
|
- ASPNETCORE_ENVIRONMENT=Development
|
||||||
ports:
|
ports:
|
||||||
- "80/http"
|
- "80:80"
|
||||||
|
|
||||||
|
|
||||||
questions:
|
questions:
|
||||||
@ -37,7 +37,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Development
|
- ASPNETCORE_ENVIRONMENT=Development
|
||||||
ports:
|
ports:
|
||||||
- "80/http"
|
- "80:80"
|
||||||
|
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
@ -60,7 +60,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Development
|
- ASPNETCORE_ENVIRONMENT=Development
|
||||||
ports:
|
ports:
|
||||||
- "80/http"
|
- "80:80"
|
||||||
|
|
||||||
|
|
||||||
doculinks:
|
doculinks:
|
||||||
@ -68,5 +68,5 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- ASPNETCORE_ENVIRONMENT=Development
|
- ASPNETCORE_ENVIRONMENT=Development
|
||||||
ports:
|
ports:
|
||||||
- "80/http"
|
- "80:80"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user