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

This commit is contained in:
Santhosh S 2023-10-01 23:20:04 -04:00
parent 82c768a0d9
commit 8e31691044

View File

@ -44,12 +44,12 @@ services:
image: santhoshsnair/damageassesmentapisurveyresponses:latest
environment:
- ASPNETCORE_ENVIRONMENT=Development
- services__Answers=http://10.0.0.4:19080/dasapp/answers/
- services__Locations=http://10.0.0.4:19080/dasapp/locations/
- services__Questions=http://10.0.0.4:19080/dasapp/questions/
- services__Employees=http://10.0.0.4:19080/dasapp/employees/
- services__Attachments=http://10.0.0.4:19080/dasapp/attachments/
- services__Surveys=http://10.0.0.4:19080/dasapp/survey/
- services__Answers=http://10.0.0.4:19081/dasapp/answers/
- services__Locations=http://10.0.0.4:19081/dasapp/locations/
- services__Questions=http://10.0.0.4:19081/dasapp/questions/
- services__Employees=http://10.0.0.4:19081/dasapp/employees/
- services__Attachments=http://10.0.0.4:19081/dasapp/attachments/
- services__Surveys=http://10.0.0.4:19081/dasapp/survey/
ports:
- "6006:80"