Proxy Port update for AzureFabricsService test

This commit is contained in:
Santhosh S 2023-09-29 01:11:19 -04:00
parent 7f82b10bbc
commit 8744761b00
2 changed files with 7 additions and 6 deletions

View File

@ -44,12 +44,12 @@ services:
image: santhoshsnair/damageassesmentapisurveyresponses:latest
environment:
- ASPNETCORE_ENVIRONMENT=Development
- 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/
- 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/
ports:
- "6006:80"

View File

@ -9,6 +9,7 @@
<DockerServiceName>damageassesment.api.answers</DockerServiceName>
</PropertyGroup>
<ItemGroup>
<None Include="docker-compose.asf.yml" />
<None Include="docker-compose.override.yml">
<DependentUpon>docker-compose.yml</DependentUpon>
</None>