test: add more docker compose file

This commit is contained in:
ReaJason
2024-12-04 03:14:08 +08:00
parent d247f63f88
commit 61f215d10c
3 changed files with 22 additions and 2 deletions
@@ -0,0 +1,10 @@
services:
tomcat7085:
image: tomcat:7.0.85-jre7
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/tomcat/webapps/app.war