test: add docker compose cases

This commit is contained in:
ReaJason
2025-09-16 21:06:52 +08:00
parent 335059bac2
commit bf3ba4deca
2 changed files with 10 additions and 3 deletions
@@ -0,0 +1,7 @@
services:
shiro:
image: vulhub/shiro:1.2.4
entrypoint: "java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar /shirodemo-1.0-SNAPSHOT.jar"
ports:
- "8080:8080"
- "5005:5005"
@@ -1,7 +1,7 @@
services: services:
wildfly30: wildfly36:
image: quay.io/wildfly/wildfly:30.0.1.Final-jdk17 image: quay.io/wildfly/wildfly:36.0.0.Final-jdk21
container_name: wildfly30 container_name: wildfly36
ports: ports:
- 8080:8080 - 8080:8080
- 5005:5005 - 5005:5005