feat: support jboss and undertow

This commit is contained in:
ReaJason
2024-12-11 01:31:20 +08:00
parent 3756197bab
commit 59b0aeaaca
28 changed files with 2403 additions and 3 deletions
@@ -0,0 +1,11 @@
services:
jboss610:
image: reajason/jboss:6-jdk7
container_name: jboss610
ports:
- 8080:8080
- 5005:5005
environment:
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
volumes:
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/jboss/server/jbossweb-standalone/deploy/app.war