Make Keycloak Production Ready #113
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://www.keycloak.org/server/containers
We have a working instance! (https://keycloak-wip.jafner.net)
Next step is to migrate the realm files.
We've successfully imported both the Master and Jafner.net realms into the new instance.
Next step will be to spin down, back up, and replace the old instance.
Alright, we've got the new instance spun up and migrated to prod.
This reddit comment provided the healthcheck command critical to configuring clean stack online behavior.
/u/Baldur87 wrote:
You can use the shell's TCP device and redirection to check things as described here: https://stackoverflow.com/questions/58168955/testing-minimal-docker-containers-with-healthcheck/76790330#76790330
I added this to a docker-compose and got the health check running successfully: