We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose now supports health checks (since version 1.10.0), and delaying start-up of containers until their dependencies are up and healthy. See https://docs.docker.com/compose/compose-file/#healthcheck for docs on this.
There seems to be different standards for running the health check. Some use a health_check.sh file or some poll the rest server itself.
I'm not sure where to start looking to add another endpoint to the rest server. I see wait-for-it is called but not sure.
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker-compose now supports health checks (since version 1.10.0), and delaying start-up of containers until their dependencies are up and healthy. See https://docs.docker.com/compose/compose-file/#healthcheck for docs on this.
There seems to be different standards for running the health check. Some use a health_check.sh file or some poll the rest server itself.
I'm not sure where to start looking to add another endpoint to the rest server. I see wait-for-it is called but not sure.
Thanks
The text was updated successfully, but these errors were encountered: