Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 574 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 574 Bytes

Purpose

This is a sample setup to demonstrate how to run orthanc behind a nginx reverse proxy.

Description

This demo contains:

  • a nginx container that provides a web server on port 80. It exposes Orthanc on the subroute /orthanc/.
  • an orthanc container
  • a Postgresql container to store the Orthanc database

Starting the setup

To start the setup, type: docker-compose up --build

demo