Skip to content

Latest commit

 

History

History
 
 

orthancp-docker

ORTHANC UP!

Derek Merck [email protected] Rhode Island Hospital

Configures and spins up a Docker-based Orthanc instance with a Postgres backend.

Requirements

Set environment variables POSTGRES_USER, POSTGRES_PASSWORD, DB_USER, and DB_PASSWORD. Eg:

export POSTGRES_USER='postgres'
export POSTGRES_PASSWORD='postgres'
export DB_USER='orthanc'
export DB_PASSWORD='orthanc'

Usage

$ ./bootstrap-orthanc.sh
$ docker-compose up