test: rm integration

This commit is contained in:
ReaJason
2024-11-27 00:32:21 +08:00
parent 671aef548b
commit a530d77351
-13
View File
@@ -1,13 +0,0 @@
services:
tomcat8:
image: tomcat:8-jre8
ports:
- "8888:8080"
volumes:
- ./test.war:/usr/local/tomcat/webapps/test.war
tomcat10:
image: tomcat:10-jre11
ports:
- "8810:8080"
volumes:
- ./test.war:/usr/local/tomcat/webapps/test.war