Skip to content

Latest commit

 

History

History

mysql

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 MySQL database for its index the easy way.

Description

This demo contains:

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

Check the documentation of the MySQL Docker image to get more info about its configuration.

Starting the setup

To start the setup, type: docker-compose up -d and docker-compose logs to access the logs later on.

demo

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