From a530d77351df04aac8f36c67dadfbc4757626625 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Wed, 27 Nov 2024 00:32:21 +0800 Subject: [PATCH] test: rm integration --- integration/tomcat/docker-compose.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 integration/tomcat/docker-compose.yaml diff --git a/integration/tomcat/docker-compose.yaml b/integration/tomcat/docker-compose.yaml deleted file mode 100644 index 00ea9669..00000000 --- a/integration/tomcat/docker-compose.yaml +++ /dev/null @@ -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 \ No newline at end of file