From 4fad66c4ebaee955db249229aa81ad28748df8dc Mon Sep 17 00:00:00 2001 From: Thomas Darimont Date: Fri, 10 Jan 2025 08:44:29 +0100 Subject: [PATCH] fix: Revise Keycloak debugging configuration (#1059) Fixes #1059 Signed-off-by: Thomas Darimont --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1852b712..951efbcc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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