changed orthanc

This commit is contained in:
Dr Masroor Ehsan 2025-01-27 14:32:18 +06:00
parent 6e1a149429
commit 6512f18019

View File

@ -27,7 +27,7 @@ services:
orthanc: orthanc:
container_name: orthanc container_name: orthanc
profiles: [ main ] profiles: [ main ]
image: jodogne/orthanc-plugins image: orthancteam/orthanc
ports: ports:
- 8042:8042 - 8042:8042
- 4242:4242 - 4242:4242
@ -37,11 +37,13 @@ services:
- ${ORTHANC_OHIF:-./config/ohif/ohif.js}:/usr/local/share/orthanc/ohif.js:ro - ${ORTHANC_OHIF:-./config/ohif/ohif.js}:/usr/local/share/orthanc/ohif.js:ro
#- ${ORTHANC_LOG:-./volumes/orthanc_logs}:/etc/orthanc/logs #- ${ORTHANC_LOG:-./volumes/orthanc_logs}:/etc/orthanc/logs
environment: environment:
ORTHANC__NAME: "BlackFish"
VERBOSE_ENABLED: "true" VERBOSE_ENABLED: "true"
VERBOSE_STARTUP: "true" VERBOSE_STARTUP: "true"
DICOM_WEB_PLUGIN_ENABLED: "true" DICOM_WEB_PLUGIN_ENABLED: "true"
OHIF_PLUGIN_ENABLED: "true" OHIF_PLUGIN_ENABLED: "true"
VOLVIEW_PLUGIN_ENABLED: "true" VOLVIEW_PLUGIN_ENABLED: "true"
#OSIMIS_WEB_VIEWER1_PLUGIN_ENABLED: "true"
restart: unless-stopped restart: unless-stopped
networks: networks:
pacs: pacs: