This is a sample setup to demonstrate how to configure Orthanc with a PostgreSQL database.
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.
To start the setup, type: docker-compose up
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.