This is a sample setup to demonstrate how to run orthanc behind a nginx reverse proxy.
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
To start the setup, type: docker-compose up --build
- login/pwd = demo/demo
- Orthanc is accessible at http://localhost/orthanc/app/explorer.html