Skip to content

Commit

Permalink
Use localhost instead of docker host ip
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmotta committed Dec 12, 2024
1 parent d8e6294 commit f4ea91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ services:
volumes:
- ./svg/:/home/kogito/data/svg/
environment:
KOGITO_DATAINDEX_HTTP_URL: http://${DOCKER_GATEWAY_HOST:-host.docker.internal}:8180/graphql
KOGITO_DATAINDEX_HTTP_URL: http://127.0.0.1:8180/graphql
QUARKUS_HTTP_CORS_ORIGINS: "/.*/"
KOGITO_MANAGEMENT_CONSOLE_PROPS: -Dkogito.consoles.keycloak.config.url=http://localhost:8480/auth -Dkogito.consoles.keycloak.config.health-check-url=http://localhost:8480/auth/realms/kogito/.well-known/openid-configuration -Dkogito.svg.folder.path=/home/kogito/data/svg
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ services:
- ../target/classes/META-INF/processSVG/:/home/kogito/data/svg/
environment:
RUNTIME_TOOLS_MANAGEMENT_CONSOLE_KOGITO_ENV_MODE: "PROD"
RUNTIME_TOOLS_MANAGEMENT_CONSOLE_DATA_INDEX_ENDPOINT: http://${DOCKER_GATEWAY_HOST:-host.docker.internal}:8180/graphql
RUNTIME_TOOLS_MANAGEMENT_CONSOLE_DATA_INDEX_ENDPOINT: http://127.0.0.1:8180/graphql
KOGITO_CONSOLES_KEYCLOAK_HEALTH_CHECK_URL: http://localhost:8480/auth/realms/kogito/.well-known/openid-configuration
KOGITO_CONSOLES_KEYCLOAK_URL: http://localhost:8480/auth
KOGITO_CONSOLES_KEYCLOAK_REALM: kogito
Expand Down

0 comments on commit f4ea91a

Please sign in to comment.