Services
The Compose services are part of the demonstration platform. They are bound to localhost by default.
Orthanc identity
Authorize the demo modality in Orthanc:
The configured port is part of Orthanc’s remote-modality registry. The mock modality acts as a DICOM client for MWL and C-STORE; its browser application does not need to expose port 104 as a listener.
OHIF same-origin DICOMweb proxy
OHIF uses its own origin so browser requests do not depend on PACS CORS configuration:
The custom OHIF Nginx configuration proxies /dicom-web/ and /wado to http://orthanc:8042. It must also contain:
The OHIF container ships compressed JavaScript assets. Omitting gzip_static on can produce a white page because the expected application bundle is not served correctly.
The demo Orthanc configuration has authentication disabled. Before use with real clinical data, enable authentication, TLS, network segmentation, backups, retention policies, and appropriate access controls.