In
https://github.com/camunda/camunda-distributions/blob/main/docker-compose/versions/camunda-8.8/docker-compose-full.yaml#L156
the post 8082 is noted instead of 8084. When fixed in my local copy, the desired URL http://localhost:8084/actuator/health gives 404.
Additionally, on MacOS I get errors like this Failure #1. Unable to connect to Keycloak.. Using host.docker.internal seems to work only in certain setups - mine not including 🥲 .
Even when I change KEYCLOAK_HOST in .env file to keycloak and there is no error in output of container identity any more, docker compose stops with status Container identity ... Error.
In
https://github.com/camunda/camunda-distributions/blob/main/docker-compose/versions/camunda-8.8/docker-compose-full.yaml#L156
the post
8082is noted instead of8084. When fixed in my local copy, the desired URLhttp://localhost:8084/actuator/healthgives 404.Additionally, on MacOS I get errors like this
Failure #1. Unable to connect to Keycloak.. Usinghost.docker.internalseems to work only in certain setups - mine not including 🥲 .Even when I change
KEYCLOAK_HOSTin.envfile tokeycloakand there is no error in output of containeridentityany more, docker compose stops with statusContainer identity ... Error.