ohif-viewer/docker
2019-04-24 22:27:33 -03:00
..
nginx-proxy/conf fixing cors issue 2019-04-24 22:23:06 -03:00
docker-compose-orthanc.yml Adding proxy for orthanc 2019-04-24 15:14:26 -03:00
docker-compose-publicserver.yml adding docker-compose readme and fixing docker-compose context 2019-04-24 09:16:08 -03:00
README.md adding orthanc to the readme file 2019-04-24 22:27:33 -03: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)[http://localhost]

Local Orthanc

build

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

run

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

then, access the application at (http://localhost)[http://localhost]