mirror of https://github.com/samply/bridgehead.git
At the right point now
This commit is contained in:
parent
cd7257b295
commit
c8fc961321
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue