change of port for testing socker-compose.asf.yml

This commit is contained in:
Santhosh S 2023-10-01 21:15:42 -04:00
parent f5c2b2da44
commit 82c768a0d9

View File

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