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