ohif-viewer/platform/app/.recipes/Nginx-Orthanc
2026-07-07 13:18:46 -04:00
..
config fix: recipe config cleanup, report-only CSP, logout redirect validation (#6124) 2026-07-07 13:18:46 -04:00
.gitignore docs(faq, migrations, orthanc): Add FAQ for dynamic measurements, migration guides, and fix orthanc docker (#4217) 2024-06-08 08:52:03 -04:00
docker-compose.yml docs(faq, migrations, orthanc): Add FAQ for dynamic measurements, migration guides, and fix orthanc docker (#4217) 2024-06-08 08:52:03 -04:00
dockerfile fix(security): For bun, enforce frozen lockfile. For yarn, strongly suggest using frozen lockfile. (#5508) 2025-10-24 16:48:35 -04:00
README.md fix: recipe config cleanup, report-only CSP, logout redirect validation (#6124) 2026-07-07 13:18:46 -04:00

Docker compose files

Build

Using docker compose you can build the image with the following command:

docker-compose build

Run

To run the container use the following command:

docker-compose up

Routes

http://localhost/ -> OHIF localhost/pacs -> Orthanc

See here for more information about this recipe.

Security notes

  • CORS: earlier versions of this recipe set Access-Control-Allow-Origin: * on the /pacs/ proxy. That default has been removed. The viewer is served by the same nginx as the proxy, so same-origin deployments need no CORS headers. If you host the viewer on a different origin, set that origin explicitly in config/nginx.conf - never * on an endpoint that serves PHI.