Use Bridgehead's internal http proxy

This commit is contained in:
lablans 2023-10-24 08:33:15 +00:00 committed by juarez
parent b20758bc3d
commit f2c55ade84
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ services:
- opal-rserver - opal-rserver
- opal-db - opal-db
environment: environment:
JAVA_OPTS: "-Xms1G -Xmx8G -XX:+UseG1GC -Dhttps.proxyHost=${HTTPS_PROXY_HOST} -Dhttps.proxyPort=${HTTPS_PROXY_PORT} -Dhttps.proxyUser=${HTTPS_PROXY_USERNAME} -Dhttps.proxyPassword=${HTTPS_PROXY_PASSWORD}" JAVA_OPTS: "-Xms1G -Xmx8G -XX:+UseG1GC -Dhttps.proxyHost=forward_proxy -Dhttps.proxyPort=3128"
# OPAL_ADMINISTRATOR_USER: "administrator" # This line is kept for informational purposes # OPAL_ADMINISTRATOR_USER: "administrator" # This line is kept for informational purposes
OPAL_ADMINISTRATOR_PASSWORD: "${LDM_AUTH}" OPAL_ADMINISTRATOR_PASSWORD: "${LDM_AUTH}"
POSTGRESDATA_HOST: "opal-db" POSTGRESDATA_HOST: "opal-db"