How to keep the realms, users and roles in Keycloak to be persisted when using docker and docker compose to run it
I have an Spring boot java application that uses Keycloak for authentication and authorization. I have created my realm and its users and roles. I want to dockerize the application using docker compose. So I have crated a docker image…