Skip to content

Latest commit

 

History

History

postgresql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Purpose

This is a sample setup to demonstrate how to configure Orthanc with a PostgreSQL database.

Description

This demo contains:

  • an Orthanc container with the PostgreSQL plugin enabled.
  • a PostgreSQL container that will store the Orthanc Index DB (the dicom files are stored in a Docker volume)

By using PostgreSQL default DB name and username, there is no need to configure anything in the PostgreSQL container.

Starting the setup

To start the setup, type: docker-compose up

demo

As described in the docker-compose.yml file, Orthanc's HTTP server is reachable via port 8042 on the Docker host (try http://localhost:8042/ui/app/), and Orthanc's DICOM server is reachable via port 4242 on the Docker host.