Derek Merck [email protected] Rhode Island Hospital
Configures and spins up a Docker-based Orthanc instance with a Postgres backend.
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'
$ ./bootstrap-orthanc.sh
$ docker-compose up