Skip to content

Latest commit

 

History

History

nginx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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