mirror of https://github.com/samply/bridgehead.git
Add forward proxy to teiler-core
This commit is contained in:
parent
3d210ea303
commit
8345a9b1f1
|
@ -62,6 +62,7 @@ services:
|
||||||
TEILER_UI_DE_URL: "https://${HOST}/ccp-teiler-ui/de"
|
TEILER_UI_DE_URL: "https://${HOST}/ccp-teiler-ui/de"
|
||||||
TEILER_UI_EN_URL: "https://${HOST}/ccp-teiler-ui/en"
|
TEILER_UI_EN_URL: "https://${HOST}/ccp-teiler-ui/en"
|
||||||
CENTRAX_URL: "${CENTRAXX_URL}"
|
CENTRAX_URL: "${CENTRAXX_URL}"
|
||||||
|
HTTP_PROXY: "http://forward_proxy:3128"
|
||||||
secrets:
|
secrets:
|
||||||
- ccp.conf
|
- ccp.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue