-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenv.example
45 lines (32 loc) · 1.4 KB
/
env.example
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
#######################################################
# environment variables for dicomedf services
#######################################################
## version
#DOCKER_IMAGE_TAG=latest
## docker registry endpoint
#DOCKER_REGISTRY=dccn
## ORTHANC version, defining the version of ORTHANC the `dicomdf-orthac` is based on
#ORTHANC_VERSION=1.4.2
## ORTHANC build, defining the build number of the `dicomdf-orthac`.
## The final `dicomdf-orthac` image will be tagged as `${ORTHANC_VERSION}-${ORTHANC_BUILD}`
#ORTHANC_BUILD=1
## version/release-tag of the tg-toolset-golang.
#TG_TOOLSET_TAG=1.9.0
## volume for Orthanc configurations, read-only bind mounted to /var/lib/orthanc/etc
#VOL_ORTHANC_CONFIG=./orthanc/config
## volume for Orthanc server log, bind mounted to /var/lib/orthanc/log
#VOL_ORTHANC_LOG=vol-orthanc-log
## volume for Orthanc server data, bind mounted to /var/lib/orthanc/db
#VOL_ORTHANC_DB=vol-orthanc-db
## volume for Orthanc server data index, bind mounted to /var/lib/orthanc/idx
#VOL_ORTHANC_IDX=vol-orthanc-idx
## volume for DICOM worklist files, bind mounted to /data/wlbroker, shared by wlbroker and cal2wl
#VOL_WLBROKER=vol-wlbroker
## volume for cal2wl configurations, read-only bind mounted to /opt/config
#VOL_CAL2WL_CONFIG=./cal2wl/config
## STEAMER URL
#STREAMER_URL=http://streamer:3001
## STEAMER USERNAME
#STREAMER_USERNAME=admin
## STEAMER PASSWORD
#STREAMER_PASSWORD=admin