mirror of https://github.com/samply/bridgehead.git
Use cached beam-connect image for dnpm
This commit is contained in:
parent
f4134bcfca
commit
a18b63e190
|
@ -23,7 +23,8 @@ services:
|
|||
|
||||
dnpm-beam-connect:
|
||||
depends_on: [ dnpm-beam-proxy ]
|
||||
image: samply/beam-connect:sites-without-auth
|
||||
image: docker.verbis.dkfz.de/cache/samply/beam-connect:sites-without-auth
|
||||
container_name: bridgehead-dnpm-beam-connect
|
||||
environment:
|
||||
PROXY_URL: http://dnpm-beam-proxy:8081
|
||||
PROXY_APIKEY: ${DNPM_BEAM_SECRET_SHORT}
|
||||
|
|
|
@ -8,7 +8,8 @@ services:
|
|||
|
||||
dnpm-beam-connect:
|
||||
depends_on: [ beam-proxy ]
|
||||
image: samply/beam-connect:sites-without-auth
|
||||
image: docker.verbis.dkfz.de/cache/samply/beam-connect:sites-without-auth
|
||||
container_name: bridgehead-dnpm-beam-connect
|
||||
environment:
|
||||
PROXY_URL: http://beam-proxy:8081
|
||||
PROXY_APIKEY: ${DNPM_BEAM_SECRET_SHORT}
|
||||
|
|
|
@ -23,7 +23,8 @@ services:
|
|||
|
||||
dnpm-beam-connect:
|
||||
depends_on: [ dnpm-beam-proxy ]
|
||||
image: samply/beam-connect:sites-without-auth
|
||||
image: docker.verbis.dkfz.de/cache/samply/beam-connect:sites-without-auth
|
||||
container_name: bridgehead-dnpm-beam-connect
|
||||
environment:
|
||||
PROXY_URL: http://dnpm-beam-proxy:8081
|
||||
PROXY_APIKEY: ${DNPM_BEAM_SECRET_SHORT}
|
||||
|
|
Loading…
Reference in New Issue