mirror of https://github.com/samply/bridgehead.git
beam connect and move beam-connect config
This commit is contained in:
parent
8b3db20430
commit
babfff4f24
|
@ -81,6 +81,25 @@ services:
|
|||
container_name: bridgehead-opal-rserver
|
||||
image: datashield/rock-base:6.2-R4.2 # https://datashield.discourse.group/t/ds-aggregate-method-error/416/4
|
||||
|
||||
beam-connect:
|
||||
image: docker.verbis.dkfz.de/cache/samply/beam-connect:develop
|
||||
container_name: bridgehead-datashield-connect
|
||||
environment:
|
||||
PROXY_URL: "http://beam-proxy:8081"
|
||||
APP_ID: datashield-connect
|
||||
PROXY_APIKEY: ${DATASHIELD_CONNECT_SECRET}
|
||||
DISCOVERY_URL: "./map/central.json"
|
||||
LOCAL_TARGETS_FILE: "./map/local.json"
|
||||
depends_on:
|
||||
- "beam-proxy"
|
||||
volumes:
|
||||
- /etc/bridgehead/datashield-connect/:/map:ro
|
||||
|
||||
beam-proxy:
|
||||
environment:
|
||||
APP_2_ID: datashield-connect
|
||||
APP_2_KEY: ${DATASHIELD_CONNECT_SECRET}
|
||||
|
||||
volumes:
|
||||
# bridgehead-rstudio-config:
|
||||
# name: "bridgehead-rstudio-config"
|
||||
|
|
|
@ -2,8 +2,8 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
exporter:
|
||||
#image: docker.verbis.dkfz.de/ccp/dktk-exporter:latest
|
||||
image: dktk-exporter
|
||||
image: docker.verbis.dkfz.de/ccp/dktk-exporter:latest
|
||||
#image: dktk-exporter
|
||||
container_name: bridgehead-ccp-exporter
|
||||
environment:
|
||||
LOG_LEVEL: "INFO"
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"sites": [
|
||||
// TODO: Add remote sites e.g: https://github.com/samply/beam-connect/blob/main/examples/example_central_test.json
|
||||
]
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
[
|
||||
// TODO: Add local config e.g: https://github.com/samply/beam-connect/blob/main/examples/example_local_test.json
|
||||
]
|
Loading…
Reference in New Issue