hyhyf commented on PR #705:
URL: https://github.com/apache/skywalking-java/pull/705#issuecomment-2236330953

   docker-compose.yml
   ----------------------------------------
   version: '2.1'
   
   networks:
      default:
        name: spring-jms-5.x-scenario-1.0.0
   
   services:
       spring-jms-5.x-scenario-5.3.37-1.0.0:
           image: skywalking/agent-test-jvm:1.0.0
           links:
               - activemq-server
           environment:
               - activemq.server=tcp://activemq-server:61616
               - SCENARIO_START_SCRIPT=./bin/startup.sh
               - SCENARIO_NAME=spring-jms-5.x-scenario
               - SCENARIO_VERSION=5.3.37
               - 
SCENARIO_ENTRY_SERVICE=http://localhost:8080/spring-jms-5.x-scenario/case/spring-jms-scenario
               - 
SCENARIO_HEALTH_CHECK_URL=http://localhost:8080/spring-jms-5.x-scenario/case/healthCheck
               - SCENARIO_EXTEND_ENTRY_HEADER=
               - DEBUG_MODE=
           volumes:
               - 
D:/project/skywalking-java/test/plugin/../../skywalking-agent:/usr/local/skywalking/scenario/agent
               - 
D:/project/skywalking-java/test/plugin/workspace/spring-jms-5.x-scenario/5.3.37:/usr/local/skywalking/scenario
               - D:/project/skywalking-java/test/plugin/../jacoco:/jacoco
       activemq-server:
           image: rmohr/activemq:5.14.5
           hostname: activemq-server
           expose:
               - 8161
               - 61616
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to