Skip to content

Commit

Permalink
fix: Revise Keycloak debugging configuration (keycloak#1059) (keycloa…
Browse files Browse the repository at this point in the history
…k#1060)

Fixes keycloak#1059

Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
  • Loading branch information
thomasdarimont authored Jan 10, 2025
1 parent f503965 commit 5129caa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ services:
- QUARKUS_HTTP_ACCESS_LOG_ENABLED=true
- QUARKUS_HTTP_RECORD_REQUEST_START_TIME=true
# Enable for remote java debugging
# - PREPEND_JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8787
# - DEBUG=true
# - DEBUG_PORT=*:8787
ports:
- "8080:8080"
# Enable for remote java debugging
# - 8787:8787
# - "8787:8787"
volumes:
# Make the custom-user-federation-example extension available to Keycloak. The :z option is required and tells Docker that the volume content will be shared between containers.
- ./custom-user-federation-example/build/libs/custom-user-federation-example-all.jar:/opt/keycloak/providers/custom-user-federation-example-all.jar:z
Expand Down

0 comments on commit 5129caa

Please sign in to comment.