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):
{List all the changes, if possible add the jira ticket #}
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Refactoring / Documentation
[x] Updating Testing Framework(s)
[ ] Version change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Frontend Development Changes
[x] N/A
[ ] I have performed a self-review of my own code
[ ] I have made corresponding changes to project documentation or diagrams that reflect my changes
[ ] New and existing unit tests pass locally with my changes
[ ] My code follows Airbnb React Style Guidelines
API Development Changes
[x] N/A
[ ] I have performed a self-review of my own code
[ ] My code follows standards and practices outlined in the BC Government API Development Guidelines
[ ] New and existing unit tests pass locally with my changes
[ ] My changes includes Swagger documentation updates that reflect the changes I am introducing
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