Pinned Blaze version

This commit is contained in:
DavidCroftDKFZ 2024-07-02 14:11:34 +02:00
parent eb0f392e3c
commit b52931e46c
1 changed files with 4 additions and 1 deletions

View File

@ -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"