Enable remote debugging of the Spring Boot Docker container
This commit is contained in:
parent
10ecc4e1ee
commit
c2557676ca
@ -12,10 +12,12 @@ services:
|
|||||||
- OAUTH2_AUTH_URI=http://localhost:59751/authorize
|
- OAUTH2_AUTH_URI=http://localhost:59751/authorize
|
||||||
- OAUTH2_TOKEN_URI=http://whisper-api-oauth2:8080/exchange
|
- OAUTH2_TOKEN_URI=http://whisper-api-oauth2:8080/exchange
|
||||||
- OAUTH2_USER_INFO_URI=http://whisper-api-oauth2:8080/verify
|
- OAUTH2_USER_INFO_URI=http://whisper-api-oauth2:8080/verify
|
||||||
|
- JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
|
||||||
networks:
|
networks:
|
||||||
- whisper-network
|
- whisper-network
|
||||||
ports:
|
ports:
|
||||||
- '8080:8080'
|
- '8080:8080'
|
||||||
|
- '5005:5005'
|
||||||
depends_on:
|
depends_on:
|
||||||
- whisper-api-db
|
- whisper-api-db
|
||||||
- whisper-api-oauth2
|
- whisper-api-oauth2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user