IDEMPIERE-5634 Docker standarization (#1740)

This commit is contained in:
Orlando Curieles 2023-03-20 12:11:36 -04:00 committed by GitHub
parent d9225a2caa
commit 7a9ce71835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ echo ===================================
# if don't set from service get default value # if don't set from service get default value
TELNET_PORT=${TELNET_PORT:-12612} TELNET_PORT=${TELNET_PORT:-12612}
HOST=${HOST:-localhost}
VMOPTS="-Dorg.osgi.framework.bootdelegation=sun.security.ssl VMOPTS="-Dorg.osgi.framework.bootdelegation=sun.security.ssl
@ -30,7 +31,7 @@ VMOPTS="-Dorg.osgi.framework.bootdelegation=sun.security.ssl
-Djetty.home=$BASE/jettyhome -Djetty.home=$BASE/jettyhome
-Djetty.base=$BASE/jettyhome -Djetty.base=$BASE/jettyhome
-Djetty.etc.config.urls=etc/jetty.xml,etc/jetty-deployer.xml,etc/jetty-ssl.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-https.xml,etc/jetty-threadpool.xml,etc/jetty-http-forwarded.xml -Djetty.etc.config.urls=etc/jetty.xml,etc/jetty-deployer.xml,etc/jetty-ssl.xml,etc/jetty-ssl-context.xml,etc/jetty-http.xml,etc/jetty-https.xml,etc/jetty-threadpool.xml,etc/jetty-http-forwarded.xml
-Dosgi.console=localhost:$TELNET_PORT -Dosgi.console=$HOST:$TELNET_PORT
-Dmail.mime.encodefilename=true -Dmail.mime.encodefilename=true
-Dmail.mime.decodefilename=true -Dmail.mime.decodefilename=true
-Dmail.mime.encodeparameters=true -Dmail.mime.encodeparameters=true