test: add some docker-compose.yaml

This commit is contained in:
ReaJason
2025-08-14 00:03:20 +08:00
parent 033c4071cc
commit 948a6699fb
18 changed files with 96 additions and 13 deletions
@@ -0,0 +1,11 @@
services:
jetty66:
image: reajason/jetty:7.6-jdk6
ports:
- "8080:8080"
- "5005:5005"
environment:
JAVA_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
volumes:
- ../../../asserts/agent/jattach-linux:/opt/jattach
- ../../../vul/vul-webapp/build/libs/vul-webapp.war:/usr/local/jetty/webapps/app.war