File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed
Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 1- INSIGHT_VERSION = 5.16.1
2- WORKBENCH_VERSION = 3.17 .0
1+ INSIGHT_VERSION = 5.17.0
2+ WORKBENCH_VERSION = 3.18 .0
33IMAGE_SERVER = registry.hub.docker.com/ficoxpress/insight-server
44IMAGE_WORKER = registry.hub.docker.com/ficoxpress/insight-worker
55IMAGE_WORKBENCH = registry.hub.docker.com/ficoxpress/xpress-workbench-local
@@ -11,7 +11,7 @@ MINICONDA_ENV=example-environment
1111VERSION_MYSQL = 8.0
1212
1313SERVER_HOSTNAME = localhost
14- # Use 8443 for SSL and SAML , 8080 for non-SSL
14+ # Use 8443 for SSL, 8080 for non-SSL
1515SERVER_PORT = 8080
1616# enable ssl for server worker internal and external communication
1717ENABLE_SSL = false
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FICO Xpress Workbench is an IDE used for developing Mosel and Python optimizatio
88# Documentation
99
1010For documentation on how to configure and deploy these images, see the
11- [ Xpress Optimization Docker Deployment Guide.] ( https://www.fico.com/fico-xpress-optimization/docs/latest/dockerGuide/GUID-12B8C111-A287-34DD-B0CF-57E1263B24DB.html )
11+ [ Xpress Optimization Docker Deployment Guide.] ( https://www.fico.com/fico-xpress-optimization/docs/latest/dockerGuide )
1212You can find documentation on how to use Xpress Insight and Xpress Workbench at the same location.
1313
1414# License
Original file line number Diff line number Diff line change 11services :
22 init :
3- image : docker.io/amazoncorretto:17-al2023
3+ image : docker.io/amazoncorretto:17-alpine
44 environment :
55 - ENABLE_SSL=${ENABLE_SSL}
66 volumes :
Original file line number Diff line number Diff line change @@ -16,13 +16,8 @@ insight.server.execution.override-worker-urls=${SERVER_PROTOCOL}://worker:${SERV
1616
1717insight.server.system.log-appender =CONSOLE
1818
19- insight.server.license.system =LICENSE_SPRING
20-
2119insight.configuration.key =${INSIGHT_CONFIGURATION_KEY}
2220
23- insight.server.security.saml2.idp-metadata-xml =/server/config/idp-metadata.xml
24- insight.server.security.saml2.encryption-key-store =/server/config/idp-keystore
25-
2621# SSL Defaults uses self-signed auto-generated public-certificate
2722server.ssl.enabled =${ENABLE_SSL}
2823server.ssl.key-alias =insight-server-https
You can’t perform that action at this time.
0 commit comments