add whitelist test
This commit is contained in:
parent
865870ea91
commit
55c035d2fa
|
@ -72,7 +72,7 @@ services:
|
||||||
- "traefik.http.routers.blaze_ccp.tls=true"
|
- "traefik.http.routers.blaze_ccp.tls=true"
|
||||||
|
|
||||||
spot:
|
spot:
|
||||||
image: samply/spot:latest
|
image: docker.verbis.dkfz.de/ccp/local-spot:whitelist
|
||||||
container_name: bridgehead-spot
|
container_name: bridgehead-spot
|
||||||
environment:
|
environment:
|
||||||
SECRET: ${SPOT_BEAM_SECRET_LONG}
|
SECRET: ${SPOT_BEAM_SECRET_LONG}
|
||||||
|
@ -80,6 +80,7 @@ services:
|
||||||
PROXY_ID: ${PROXY_ID}
|
PROXY_ID: ${PROXY_ID}
|
||||||
LDM_URL: http://bridgehead-ccp-blaze:8080/fhir
|
LDM_URL: http://bridgehead-ccp-blaze:8080/fhir
|
||||||
BEAM_PROXY: http://beam-proxy:8081
|
BEAM_PROXY: http://beam-proxy:8081
|
||||||
|
WHITELIST: ${WHITELIST}
|
||||||
depends_on:
|
depends_on:
|
||||||
- "beam-proxy"
|
- "beam-proxy"
|
||||||
- "blaze"
|
- "blaze"
|
||||||
|
|
Loading…
Reference in New Issue