ohif-viewer/platform/app/.recipes/Nginx-Orthanc
2025-10-24 16:48:35 -04:00
..
config fix: orthanc datasource dev (#4663) 2025-01-09 22:07:30 -05: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 feat(auth): Add Authorization Code Flow and new Keycloak recipes with new video tutorials (#4234) 2024-07-09 14:33:37 -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.