mirror of https://github.com/samply/bridgehead.git
DKTK local spot -> focus 🥳
This commit is contained in:
parent
c70b0be905
commit
c41ebd226d
|
@ -71,15 +71,17 @@ services:
|
||||||
- "traefik.http.routers.blaze_ccp.middlewares=ccp_b_strip,auth"
|
- "traefik.http.routers.blaze_ccp.middlewares=ccp_b_strip,auth"
|
||||||
- "traefik.http.routers.blaze_ccp.tls=true"
|
- "traefik.http.routers.blaze_ccp.tls=true"
|
||||||
|
|
||||||
spot:
|
focus:
|
||||||
image: docker.verbis.dkfz.de/cache/samply/spot:latest
|
image: docker.verbis.dkfz.de/cache/samply/focus:develop
|
||||||
container_name: bridgehead-spot
|
container_name: bridgehead-focus
|
||||||
environment:
|
environment:
|
||||||
SECRET: ${SPOT_BEAM_SECRET_LONG}
|
SECRET: ${FOCUS_BEAM_SECRET_SHORT}
|
||||||
APPID: spot
|
BEAM_APP_ID_LONG: focus.${PROXY_ID}
|
||||||
PROXY_ID: ${PROXY_ID}
|
PROXY_ID: ${PROXY_ID}
|
||||||
LDM_URL: http://bridgehead-ccp-blaze:8080/fhir
|
BLAZE_URL: "http://bridgehead-ccp-blaze:8080/fhir/"
|
||||||
BEAM_PROXY: http://beam-proxy:8081
|
BEAM_PROXY_URL: http://beam-proxy:8081
|
||||||
|
RETRY_COUNT: ${FOCUS_RETRY_COUNT}
|
||||||
|
OBFUSCATE: "no"
|
||||||
depends_on:
|
depends_on:
|
||||||
- "beam-proxy"
|
- "beam-proxy"
|
||||||
- "blaze"
|
- "blaze"
|
||||||
|
@ -90,8 +92,8 @@ services:
|
||||||
environment:
|
environment:
|
||||||
BROKER_URL: ${BROKER_URL}
|
BROKER_URL: ${BROKER_URL}
|
||||||
PROXY_ID: ${PROXY_ID}
|
PROXY_ID: ${PROXY_ID}
|
||||||
APP_0_ID: spot
|
APP_0_ID: focus
|
||||||
APP_0_KEY: ${SPOT_BEAM_SECRET_SHORT}
|
APP_0_KEY: ${FOCUS_BEAM_SECRET_SHORT}
|
||||||
APP_1_ID: report-hub
|
APP_1_ID: report-hub
|
||||||
APP_1_KEY: ${REPORTHUB_BEAM_SECRET_SHORT}
|
APP_1_KEY: ${REPORTHUB_BEAM_SECRET_SHORT}
|
||||||
PRIVKEY_FILE: /run/secrets/proxy.pem
|
PRIVKEY_FILE: /run/secrets/proxy.pem
|
||||||
|
|
Loading…
Reference in New Issue