mirror of https://github.com/samply/bridgehead.git
Added: Enable MTBA and Enable DataSHIELD to Teiler Backend
This commit is contained in:
parent
8ac4e36ac1
commit
bb23d6f25b
|
@ -71,6 +71,8 @@ services:
|
||||||
TEILER_DASHBOARD_EN_URL: "https://${HOST}/ccp-teiler-dashboard/en"
|
TEILER_DASHBOARD_EN_URL: "https://${HOST}/ccp-teiler-dashboard/en"
|
||||||
CENTRAX_URL: "${CENTRAXX_URL}"
|
CENTRAX_URL: "${CENTRAXX_URL}"
|
||||||
HTTP_PROXY: "http://forward_proxy:3128"
|
HTTP_PROXY: "http://forward_proxy:3128"
|
||||||
|
ENABLE_MTBA: "${ENABLE_MTBA}"
|
||||||
|
ENABLE_DATASHIELD: "${ENABLE_DATASHIELD}"
|
||||||
secrets:
|
secrets:
|
||||||
- ccp.conf
|
- ccp.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue