OR_HOSTNAME variable not recognised by docker compose

Hello all :wave:

Currently, I’m trying to install OpenRemote via Docker Compose.

On first glance everything was working perfectly, but after logging in with the default credentials the webpage is redirecting me to localhost instead of the hostname value I provided in the OR_HOSTNAME environment variable.

It looks like the keycloak component doesn’t recognise the OR_HOSTNAME value and falls back on the default localhost property.

When I change all the OR_HOSTNAME values with the actual hostname everything is working fine.

Can someone explain to me what’s going wrong at this point?

Thanks!

Can you share your docker logs?

@rich I remember we changed some stuff when it comes to KC_HOSTNAME and OR_HOSTNAME ? Maybe that could be the issue?