At the right point now

This commit is contained in:
Patrick Skowronek 2022-09-08 10:24:25 +02:00
parent cd7257b295
commit c8fc961321
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ services:
- "traefik.http.routers.blaze_ccp.tls=true" - "traefik.http.routers.blaze_ccp.tls=true"
spot: spot:
image: "samply/spot" image: "docker pull docker.verbis.dkfz.de/ccp-private/local-spot@sha256:dd57474f9dd0a37ddc45d29fda160eac0070446da974a76cedc78c184b47adda"
environment: environment:
SECRET: ${SECRET} SECRET: ${SECRET}
APPID: ${APP_0_ID_SHORT} APPID: ${APP_0_ID_SHORT}
@ -82,7 +82,7 @@ services:
- "traefik.enable=false" - "traefik.enable=false"
beam-proxy: beam-proxy:
image: "docker.verbis.dkfz.de/ccp-private/local-spot@sha256:dd57474f9dd0a37ddc45d29fda160eac0070446da974a76cedc78c184b47adda" image: "samply/beam-proxy:develop"
container_name: bridgehead-beam-proxy container_name: bridgehead-beam-proxy
environment: environment:
BROKER_URL: ${BROKER_URL} BROKER_URL: ${BROKER_URL}