ohif-viewer/docker
2019-07-11 14:08:00 +02:00
..
Nginx-Dcm4che Shuffle files around 2019-05-09 13:31:42 -04:00
Nginx-Orthanc initial prototype 2019-06-05 09:11:13 -05:00
OpenResty-Orthanc Copy-pasta and trim 2019-05-13 13:14:08 -04:00
OpenResty-Orthanc-Keycloak This is outdated - refer to /docs 2019-05-10 09:18:46 -04:00
Viewer-v2.x fix(docker-google-cloud): Update docker build process to allow Google Cloud CLIENT_ID to be passed in at runtime, update docs. (#651) 2019-07-11 14:08:00 +02:00
README.md Some comments 2019-05-01 16:38:17 -04:00

Docker compose files

This folder contains docker-compose files used to spin up OHIF-Viewer with differnt options such as locally or with any PAS you desire to

Public Server

build

$ docker-compose -f docker-compose-publicserver.yml build

run

$ docker-compose -f docker-compose-publicserver.yml up -d

then, access the application at http://localhost

Local Orthanc

Build

$ docker-compose -f docker-compose-orthanc.yml build

Run

Starts containers and leaves them running in the background.

$ docker-compose -f docker-compose-orthanc.yml up -d

then, access the application at http://localhost

remember that you have to access orthanc application and include your studies there

Local Dcm4chee

build

$ docker-compose -f docker-compose-dcm4chee.yml build

run

$ docker-compose -f docker-compose-dcm4chee.yml up -d

then, access the application at http://localhost

remember that you have to access dcm4chee application and include your studies there You can use the following command to import your studies into dcm4che

$ docker run -v {YOUR_STUDY_FOLDER}:/tmp --rm --network=docker_dcm4che_default dcm4che/dcm4che-tools:5.14.0 storescu -cDCM4CHEE@arc:11112 /tmp

make sure that your Docker network name is docker_dcm4chee_default or change it to the right one