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