forked from RubinLab/epad-dist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepad.yml
63 lines (63 loc) · 1.21 KB
/
epad.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
host: YOUR_HOSTNAME
mode: thick
config: environment
ontologyname: YOUR_ONTOLOGY_NAME
ontologyapikey: YOUR_ONTOLOGY_APIKEY
cache:
size: "10g"
inactivetime: "60m"
compression:
minsize: "20"
keycloak:
mode: build
dockerfiledir: ".\/keycloak"
user: YOUR_KEYCLOAK_ADMIN_USER
password: YOUR_KEYCLOAK_ADMIN_PASS
email: YOUR_KEYCLOAK_ADMIN_EMAIL
port: 8899
loc: "keycloak"
couchdb:
mode: image
image: "ibmcom\/couchdb3:latest"
user: YOUR_COUCH_ADMIN_USER
password: YOUR_COUCH_ADMIN_PASS
port: 8888
dblocation: "..\/couchdbloc"
dicomweb:
mode: build
dockerfiledir: ".\/dicomweb-server"
port: 8090
dbname: chronicle
log: true
auth: none
loc: "pacs"
dimsetemp: "..\/dimsetemp"
dimseport: 4002
aet: "PACS"
branch: "master"
epadlite:
mode: build
dockerfiledir: ".\/epadlite"
port: 8080
dbname: epadlite
log: true
https: false
auth: auth
loc: "api"
branch: "master"
epadjs:
mode: build
dockerfiledir: ".\/epadjs"
port: 80
branch: "master"
mariadb:
mode: image
image: latest
dbname: epaddb
user: YOUR_DB_USER
password: YOUR_DB_PASS
rootpassword: YOUR_DB_ROOT_PASS
port: 3306
log: false
backuploc: ".\/epaddb_nodata.sql"
dblocation: "..\/mariadbloc"