JAVA-15787 Created new di-modules and server-modules
- Moved spring-freemarker to spring-web-modules
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
tomcatsso:
|
||||
image: tomcat:10-jdk17-openjdk-slim-buster
|
||||
volumes:
|
||||
- ./res/conf:/usr/local/tomcat/conf
|
||||
- ./webapps:/usr/local/tomcat/webapps
|
||||
ports:
|
||||
- 8080:8080
|
||||
command: ["catalina.sh", "run"]
|
||||
Reference in New Issue
Block a user