|
@@ -28,8 +28,9 @@ services:
|
|
|
|
|
|
build:
|
|
build:
|
|
context: ./web
|
|
context: ./web
|
|
- dockerfile: Dockerfile20
|
|
|
|
|
|
+ dockerfile: Dockerfile
|
|
args:
|
|
args:
|
|
|
|
+ XTAG: x20
|
|
USER_ID: ${USER_ID}
|
|
USER_ID: ${USER_ID}
|
|
GROUP_ID: ${GROUP_ID}
|
|
GROUP_ID: ${GROUP_ID}
|
|
volumes:
|
|
volumes:
|
|
@@ -56,7 +57,7 @@ services:
|
|
- ${TOMCAT_DIR}/conf/SSL:/usr/local/tomcat/conf/SSL
|
|
- ${TOMCAT_DIR}/conf/SSL:/usr/local/tomcat/conf/SSL
|
|
ports:
|
|
ports:
|
|
- 8080:8080
|
|
- 8080:8080
|
|
- - 8444:8443
|
|
|
|
|
|
+ - 8443:8443
|
|
|
|
|
|
|
|
|
|
networks:
|
|
networks:
|