add whitelist test

This commit is contained in:
p.delpy@dkfz-heidelberg.de 2022-11-07 14:48:27 +01:00
parent 865870ea91
commit 55c035d2fa
1 changed files with 2 additions and 1 deletions

View File

@ -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"