completed migration of orthanc configs
This commit is contained in:
parent
50811817e7
commit
6c34c6fdb7
2
.env
2
.env
@ -12,7 +12,7 @@ OHIF_LOGO=./config/ohif/logo.png
|
||||
#
|
||||
# Orthanc core with plugins
|
||||
#
|
||||
ORTHANC_CONFIG=./config/orthanc.json
|
||||
ORTHANC_CONFIG=./config/orthanc
|
||||
ORTHANC_OHIF=./config/ohif/ohif.js
|
||||
ORTHANC_DB_MNT=./volumes/orthanc_db
|
||||
ORTHANC_LOG=./volumes/orthanc_logs
|
||||
|
@ -48,7 +48,7 @@ services:
|
||||
- 8042:8042
|
||||
- 4242:4242
|
||||
volumes:
|
||||
- ${ORTHANC_CONFIG:-./config/orthanc.json}:/etc/orthanc/orthanc.json:ro
|
||||
- ${ORTHANC_CONFIG:-./config/orthanc}:/etc/orthanc/:ro
|
||||
- ${ORTHANC_DB_MNT:-./volumes/orthanc_db}:/var/lib/orthanc/db
|
||||
- ${ORTHANC_OHIF:-./config/ohif/ohif.js}:/usr/local/share/orthanc/ohif.js:ro
|
||||
- ${ORTHANC_LOG:-./volumes/orthanc_logs}:/etc/orthanc/logs
|
||||
@ -85,6 +85,7 @@ services:
|
||||
|
||||
meddream:
|
||||
image: meddream/dicom-viewer:8.5.0
|
||||
container_name: meddream
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:8080"
|
||||
|
Loading…
Reference in New Issue
Block a user