beam connect and move beam-connect config

This commit is contained in:
Martin Lablans 2023-04-25 13:58:04 +02:00 committed by juarez
parent 68782d1c32
commit 325ae1d574
4 changed files with 21 additions and 10 deletions

View File

@ -81,6 +81,25 @@ services:
container_name: bridgehead-opal-rserver container_name: bridgehead-opal-rserver
image: datashield/rock-base:6.2-R4.2 # https://datashield.discourse.group/t/ds-aggregate-method-error/416/4 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: volumes:
# bridgehead-rstudio-config: # bridgehead-rstudio-config:
# name: "bridgehead-rstudio-config" # name: "bridgehead-rstudio-config"

View File

@ -2,8 +2,8 @@ version: "3.7"
services: services:
exporter: exporter:
#image: docker.verbis.dkfz.de/ccp/dktk-exporter:latest image: docker.verbis.dkfz.de/ccp/dktk-exporter:latest
image: dktk-exporter #image: dktk-exporter
container_name: bridgehead-ccp-exporter container_name: bridgehead-ccp-exporter
environment: environment:
LOG_LEVEL: "INFO" LOG_LEVEL: "INFO"

View File

@ -1,5 +0,0 @@
{
"sites": [
// TODO: Add remote sites e.g: https://github.com/samply/beam-connect/blob/main/examples/example_central_test.json
]
}

View File

@ -1,3 +0,0 @@
[
// TODO: Add local config e.g: https://github.com/samply/beam-connect/blob/main/examples/example_local_test.json
]