diff --git a/.env b/.env index 9d31da2..569744d 100644 --- a/.env +++ b/.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 diff --git a/docker-compose.yml b/docker-compose.yml index 74dc474..05100b0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"