Skip to content

Commit

Permalink
Sample to remote debug Integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr72 committed Aug 2, 2023
1 parent 8577739 commit c7f893f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.override.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ services:
- 5005:5005
environment:
JAVA_OPTS: -Dsun.net.inetaddr.ttl=30 -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005

tests:
environment:
JAVA_OPTS: -Dsun.net.inetaddr.ttl=30 -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
ports:
# Forward the port for Java remote debugging defined in the JAVA_OPTS environment variable
- 5006:5005

0 comments on commit c7f893f

Please sign in to comment.