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