Skip to content

Commit

Permalink
fix: remove invalid beam-proxy tag and add it to focus instead (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
enola-dkfz authored Oct 22, 2024
1 parent cf52309 commit eea17c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbmri/modules/eric-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
focus-eric:
image: docker.verbis.dkfz.de/cache/samply/focus:${FOCUS_TAG}
image: docker.verbis.dkfz.de/cache/samply/focus:${FOCUS_TAG}-bbmri
container_name: bridgehead-focus-eric
environment:
API_KEY: ${ERIC_FOCUS_BEAM_SECRET_SHORT}
Expand All @@ -16,7 +16,7 @@ services:
- "blaze"

beam-proxy-eric:
image: docker.verbis.dkfz.de/cache/samply/beam-proxy:${BEAM_TAG}-bbmri
image: docker.verbis.dkfz.de/cache/samply/beam-proxy:${BEAM_TAG}
container_name: bridgehead-beam-proxy-eric
environment:
BROKER_URL: ${ERIC_BROKER_URL}
Expand Down

0 comments on commit eea17c3

Please sign in to comment.