completed migration of orthanc configs

This commit is contained in:
Masroor Ehsan 2025-01-27 10:47:25 +06:00
parent 50811817e7
commit 6c34c6fdb7
2 changed files with 3 additions and 2 deletions

2
.env
View File

@ -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

View File

@ -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"