Hello all,
I'm trying to set a Keycloak HA environment up with dockers. I tried with jboss/keycloak-ha-postgres:1.8.0.Final image.

I can't make infinispan work when I run 2 instances of my docker images. I get the following log in every node:

Received new cluster view for channel ejb: [f9032dc82244|0] (1) [f9032dc82244]
Received new cluster view for channel hibernate: [f9032dc82244|0] (1) [f9032dc82244]
Received new cluster view for channel keycloak: [f9032dc82244|0] (1) [f9032dc82244]
Received new cluster view for channel web: [f9032dc82244|0] (1) [f9032dc82244]
Channel hibernate local address is f9032dc82244, physical addresses are [127.0.0.1:55200]
Channel keycloak local address is f9032dc82244, physical addresses are [127.0.0.1:55200]
Channel ejb local address is f9032dc82244, physical addresses are [127.0.0.1:55200]
Channel web local address is f9032dc82244, physical addresses are [127.0.0.1:55200]
Received new cluster view for channel server: [f9032dc82244|0] (1) [f9032dc82244]
Channel server local address is f9032dc82244, physical addresses are [127.0.0.1:55200]

This is causing my user sessions are not shared between instances and it's not working properly.

When I run 2 instances of keycloak without dockers, they work properly. 

Am I missing something? Is there any extra configuration that I need to change?

Thanks,
Nicolas.-