I need a hand with docker-compose.yml active-passive Keycloak with postgres backend.
https://www.keycloak.org/high-availability/concepts-active-passive-sync#:~:text=Why%20active%2Dpassive%3F,as%20the%20currently%20active%20Keycloak.
I’ve already got a single instance of keycloak and postgres and it works.
I’ve managed to get postgres to work using https://dev.to/ietxaniz/practical-postgresql-logical-replication-setting-up-an-experimentation-environment-using-docker-4h50 but I have got to fully test it. There are too many manual steps.
Thanks.