diff options
Diffstat (limited to 'docker-compose/debug.yml')
-rw-r--r-- | docker-compose/debug.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose/debug.yml b/docker-compose/debug.yml index de0873f1..62cacf82 100644 --- a/docker-compose/debug.yml +++ b/docker-compose/debug.yml @@ -4,13 +4,13 @@ services: # Added debug configurations - exposing port and added required JAVA_OPTIONS for debug # for both backend and frontend - workflow-backend: + sdc-workflow-backend: ports: - "${BACKEND_DEBUG_PORT}:${BACKEND_DEBUG_PORT}" environment: - JAVA_OPTIONS=${JAVA_OPTIONS} -Xdebug -agentlib:jdwp=transport=dt_socket,address=${BACKEND_DEBUG_PORT},server=y,suspend=n - workflow-frontend: + sdc-workflow-frontend: ports: - "${FRONTEND_DEBUG_PORT}:${FRONTEND_DEBUG_PORT}" environment: |