mirror of https://github.com/samply/bridgehead.git
Pinned Blaze version
This commit is contained in:
parent
eb0f392e3c
commit
b52931e46c
|
@ -4,7 +4,10 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
blaze:
|
||||
image: docker.verbis.dkfz.de/cache/samply/blaze:latest
|
||||
#image: docker.verbis.dkfz.de/cache/samply/blaze:latest
|
||||
# Blaze versions 0.26 and 0.27 do not return anything when you run a
|
||||
# CQL query, so I am pinning the version at 0.25.
|
||||
image: samply/blaze:0.25
|
||||
container_name: bridgehead-bbmri-blaze
|
||||
environment:
|
||||
BASE_URL: "http://bridgehead-bbmri-blaze:8080"
|
||||
|
|
Loading…
Reference in New Issue