mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 10:40:18 +01:00 
			
		
		
		
	Made comments compatible with ehds2 branch
This commit is contained in:
		@@ -5,7 +5,6 @@ version: "3.7"
 | 
			
		||||
services:
 | 
			
		||||
  blaze:
 | 
			
		||||
    #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
 | 
			
		||||
    # CQL query, so I am pinning the version at 0.25.
 | 
			
		||||
    image: samply/blaze:0.25
 | 
			
		||||
 
 | 
			
		||||
@@ -19,9 +19,10 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### 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>
 | 
			
		||||
## 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>
 | 
			
		||||
## This server's hostname, for access from other computers within your institution
 | 
			
		||||
## (e.g. mybridgehead.intern.myinstitution.org)
 | 
			
		||||
@@ -29,8 +30,8 @@ SITE_ID=ecdc-bridgehead-<National node>
 | 
			
		||||
HOST=
 | 
			
		||||
 | 
			
		||||
## Proxy Configuration
 | 
			
		||||
# leave empty if not applyable
 | 
			
		||||
# ex.: http://my-proxy-host:my-proxy-port
 | 
			
		||||
# leave empty if not applicable
 | 
			
		||||
# eg.: http://my-proxy-host:my-proxy-port
 | 
			
		||||
HTTP_PROXY_URL=
 | 
			
		||||
HTTP_PROXY_USERNAME=
 | 
			
		||||
HTTP_PROXY_PASSWORD=
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user