-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
30 lines (29 loc) · 1.21 KB
/
docker-compose.yml
File metadata and controls
30 lines (29 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
volumes:
obds2fhir_data:
services:
obds2fhir:
image: docker.verbis.dkfz.de/cache/samply/obds2fhir:develop
environment:
#FILE_PATH: "/obds2fhir/clinical_data"
STORE_PATH: "http://host.docker.internal:8090/fhir"
#STORE_AUTH: "user:password"
#IDENTIFIER_SYSTEM: "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/PseudonymArtCS"
#MAINZELLISTE_URL: "http://host.docker.internal:8080"
#MAINZELLISTE_APIKEY: "pleaseChangeMe"
#IDTYPE: "pid"
SALT: "createLocalCustomSalt"
#SSL_CERTIFICATE_VALIDATION: "true"
#ADD_DEPARTMENTS: "false"
#WAIT_FOR_CONNECTION: "false"
#LOG_LEVEL: "INFO"
#PATIENT_ID_PLAINTEXT: "false"
#command: [
# "-Dkeep.internal.id=false", # Keep cleartext Patient/@Patient_ID as FHIR Patient.id (default: false)
# "-Duse.pseudonym=false", # Use pseudonym as Patient.id instead of Patient/@Patient_ID (default: false)
# "-Dmainzelliste.external.id=true" # Provide Patient/@Patient_ID as locallyUniqueId to Mainzelliste (default: true)
#]
volumes:
- ./clinical_data:/obds2fhir/clinical_data
#- /etc/bridgehead/traefik-tls:/.../:ro
extra_hosts:
- "host.docker.internal:host-gateway"