Skip to content

Commit 61f215d

Browse files
committed
test: add more docker compose file
1 parent d247f63 commit 61f215d

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
services:
2+
tomcat66:
3+
image: reajason/tomcat:6-jdk6
4+
ports:
5+
- "8080:8080"
6+
- "5005:5005"
7+
environment:
8+
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
9+
volumes:
10+
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/tomcat/webapps/app.war

integration-test/docker-compose/tomcat/docker-compose-6.0.53-jre7.yaml renamed to integration-test/docker-compose/tomcat/docker-compose-7-jre7.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
2-
tomcat6063:
3-
image: tomcat:6.0.53-jre7
2+
tomcat7085:
3+
image: tomcat:7.0.85-jre7
44
ports:
55
- "8080:8080"
66
- "5005:5005"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
services:
2+
tomcat99:
3+
image: tomcat:9-jre9
4+
ports:
5+
- "8081:8080"
6+
# - "5005:5005"
7+
environment:
8+
JAVA_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
9+
volumes:
10+
- ../../../vul-webapp/build/libs/vul-webapp.war:/usr/local/tomcat/webapps/app.war

0 commit comments

Comments
 (0)