Apicurio/apicurio-studio

[docker-compose] Windows support still valid?

xiaodani opened this issue · 0 comments

I am currently trying to build apicurio with docker on Windows 10 from the readme
https://github.com/Apicurio/apicurio-studio/blob/master/distro/docker-compose/Readme.md

I cant seem to launch http://localhost:8093 after running ./start-postgresql-environment.sh

I checked the apicurio-studio-ui logs and got this
Could not start Jolokia agent: java.lang.IllegalStateException: Cannot open keystore for https communication: java.net.BindException: Address already in use

I also noticed the recent changes made everything use localhost and HOST_IP is no longer need.
Also, the recent update uses docker-compose.microcks.yml with these variables that are not defined in .env.template

SPRING_PROFILES_ACTIVE: ${MR_SPRING_PROFILES_ACTIVE}
SPRING_DATA_MONGODB_URI: ${MR_SPRING_DATA_MONGODB_URI}
SPRING_DATA_MONGODB_DATABASE: ${MR_SPRING_DATA_MONGODB_DATABASE}
POSTMAN_RUNNER_URL: ${MR_POSTMAN_RUNNER_URL}
TEST_CALLBACK_URL: ${MR_TEST_CALLBACK_URL}
KEYCLOAK_URL: ${MR_KEYCLOAK_URL}

Thank you.