2023-09-27 21:02:07 -05:00
|
|
|
version: '3.4'
|
|
|
|
|
|
|
|
services:
|
|
|
|
answers:
|
|
|
|
image: santhoshsnair/damageassesmentapianswers:latest
|
|
|
|
environment:
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
|
|
ports:
|
2023-10-01 20:15:42 -05:00
|
|
|
- "80/http"
|
2023-09-27 21:02:07 -05:00
|
|
|
|
|
|
|
attachments:
|
|
|
|
image: santhoshsnair/damageassesmentapiattachments:latest
|
|
|
|
environment:
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
|
|
ports:
|
2023-10-01 20:15:42 -05:00
|
|
|
- "80/http"
|
2023-09-27 21:02:07 -05:00
|
|
|
|
|
|
|
|
|
|
|
employees:
|
|
|
|
image: santhoshsnair/damageassesmentapiemployees:latest
|
|
|
|
environment:
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
|
|
ports:
|
2023-10-01 20:15:42 -05:00
|
|
|
- "80/http"
|
2023-09-27 21:02:07 -05:00
|
|
|
|
|
|
|
|
|
|
|
locations:
|
|
|
|
image: santhoshsnair/damageassesmentapilocations:latest
|
|
|
|
environment:
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
|
|
ports:
|
2023-10-01 20:15:42 -05:00
|
|
|
- "80/http"
|
2023-09-27 21:02:07 -05:00
|
|
|
|
|
|
|
|
|
|
|
questions:
|
|
|
|
image: santhoshsnair/damageassesmentapiquestions:latest
|
|
|
|
environment:
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
|
|
ports:
|
2023-10-01 20:15:42 -05:00
|
|
|
- "80/http"
|
2023-09-27 21:02:07 -05:00
|
|
|
|
|
|
|
|
|
|
|
responses:
|
|
|
|
image: santhoshsnair/damageassesmentapisurveyresponses:latest
|
|
|
|
environment:
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
2023-09-29 00:11:19 -05:00
|
|
|
- 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/
|
2023-09-27 21:02:07 -05:00
|
|
|
|
|
|
|
ports:
|
2023-09-29 10:38:43 -05:00
|
|
|
- "6006:80"
|
2023-09-27 21:02:07 -05:00
|
|
|
|
|
|
|
|
|
|
|
surveys:
|
|
|
|
image: santhoshsnair/damageassesmentapisurveys:latest
|
|
|
|
environment:
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
|
|
ports:
|
2023-10-01 20:15:42 -05:00
|
|
|
- "80/http"
|
2023-09-27 21:02:07 -05:00
|
|
|
|
|
|
|
|
|
|
|
doculinks:
|
|
|
|
image: santhoshsnair/damageassesmentapidoculinks:latest
|
|
|
|
environment:
|
|
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
|
|
ports:
|
2023-10-01 20:15:42 -05:00
|
|
|
- "80/http"
|
2023-09-27 21:02:07 -05:00
|
|
|
|