mirror of https://github.com/samply/bridgehead.git
Use Bridgehead's internal http proxy
This commit is contained in:
parent
79ae7c686f
commit
ed641d324b
|
@ -28,7 +28,7 @@ services:
|
|||
- opal-rserver
|
||||
- opal-db
|
||||
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_PASSWORD: "${LDM_AUTH}"
|
||||
POSTGRESDATA_HOST: "opal-db"
|
||||
|
|
Loading…
Reference in New Issue