Made comments compatible with ehds2 branch

This commit is contained in:
DavidCroftDKFZ 2024-07-10 14:39:46 +02:00
parent 9e72b04824
commit 93e73838c6
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,6 @@ version: "3.7"
services: services:
blaze: blaze:
#image: docker.verbis.dkfz.de/cache/samply/blaze:latest #image: docker.verbis.dkfz.de/cache/samply/blaze:latest
#image: samply/blaze:latest
# Blaze versions 0.26 and 0.27 do not return anything when you run a # 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. # CQL query, so I am pinning the version at 0.25.
image: samply/blaze:0.25 image: samply/blaze:0.25

View File

@ -19,9 +19,10 @@
### Common Configuration of all Components ### Common Configuration of all Components
## This is the descriptive humanreadable name of your site (e.g. München LMU) ## This is a descriptive human readable name of your site (e.g. Belgium)
SITE_NAME=ECDC-Bridgehead-<National node> SITE_NAME=ECDC-Bridgehead-<National node>
## This is the id for your site used in machine to machine communication (e.g. muenchen-lmu) ## This is the id for your site used in machine to machine communication (should be
## lower-case, e.g. belgium)
SITE_ID=ecdc-bridgehead-<National node> SITE_ID=ecdc-bridgehead-<National node>
## This server's hostname, for access from other computers within your institution ## This server's hostname, for access from other computers within your institution
## (e.g. mybridgehead.intern.myinstitution.org) ## (e.g. mybridgehead.intern.myinstitution.org)
@ -29,8 +30,8 @@ SITE_ID=ecdc-bridgehead-<National node>
HOST= HOST=
## Proxy Configuration ## Proxy Configuration
# leave empty if not applyable # leave empty if not applicable
# ex.: http://my-proxy-host:my-proxy-port # eg.: http://my-proxy-host:my-proxy-port
HTTP_PROXY_URL= HTTP_PROXY_URL=
HTTP_PROXY_USERNAME= HTTP_PROXY_USERNAME=
HTTP_PROXY_PASSWORD= HTTP_PROXY_PASSWORD=