bcgov / citz-imb-wayfinder

CITZ IMB Capstone 2023 Wayfinder
Apache License 2.0
6 stars 2 forks source link

Wayfinder init docker compose healthcheck #27

Closed dallascrichmond closed 1 year ago

dallascrichmond commented 1 year ago

Description

I added healthchecks to both the api and app portion of the docker-compose.yaml. I also had to add curl to both api and frontend dockerfiles to do said healthchecks.

This PR includes the following proposed change(s):

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Frontend Development Changes

API Development Changes