Apicurio/apicurio-studio

docker-compose setup for apicurio-studio not working

cloudbackenddev opened this issue · 1 comments

When I launch apicurio studio and try to login with user admin it is not working. I was looking at the docker compose file and checking the keycloak_import path. Is this right? should it not be /opt/keycloak/data/import/apicurio-realm.json?

Can the docker-compose documentation be revisited as it is not working as per the current documented steps?

https://github.com/Apicurio/apicurio-studio/blob/master/distro/docker-compose/docker-compose.apicurio.yml

keycloak-server:
image: quay.io/keycloak/keycloak:19.0.2
environment:
KEYCLOAK_ADMIN: ${KEYCLOAK_USER}
KEYCLOAK_ADMIN_PASSWORD: ${KEYCLOAK_PASSWORD}
KEYCLOAK_IMPORT: /microcks-keycloak-config/apicurio-realm.json,/microcks-keycloak-config/microcks-realm.json
command:
- start-dev
- --import-realm
volumes:
- ./config/keycloak/apicurio-realm.json:/opt/keycloak/data/import/apicurio-realm.json
- ./config/keycloak/microcks-realm.json:/opt/keycloak/data/import/microcks-realm.json

keycloak was running on port 8080 instead of 8090.Able to create user