mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
test: add more cases
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
wildfly26:
|
||||
image: quay.io/wildfly/wildfly:26.1.3.Final-jdk11
|
||||
container_name: wildfly26
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 5005:5005
|
||||
environment:
|
||||
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
|
||||
volumes:
|
||||
- ../../../vul/vul-webapp-jakarta/build/libs/vul-webapp.war:/opt/jboss/wildfly/standalone/deployments/app.war
|
||||
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
wildfly27:
|
||||
image: quay.io/wildfly/wildfly:27.0.1.Final-jdk11
|
||||
container_name: wildfly27
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 5005:5005
|
||||
environment:
|
||||
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
|
||||
volumes:
|
||||
- ../../../vul/vul-webapp-jakarta/build/libs/vul-webapp-jakarta.war:/opt/jboss/wildfly/standalone/deployments/app.war
|
||||
Reference in New Issue
Block a user