Write Healthcheck for Keycloak to enable better startup control for forwardauth #117
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://docs.docker.com/compose/startup-order/
https://docs.docker.com/compose/compose-file/05-services/#depends_on
We can use the following block in our forwardauth config to delay startup of our forwardauth containers until the keycloak container is healthy, which eliminates the need to restart those containers immediately.
Done and working!