services: tomcat8: image: tomcat:8.5.100-jre8 ports: - "8888:8080" volumes: - ./test.war:/usr/local/tomcat/webapps/test.war