Skip to content

Commit

Permalink
updated Nginx docker image dock
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrickboom committed Nov 22, 2023
1 parent 12fa043 commit 0ba8c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/README-dockerhub-orthanc-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Web service to run in front of Orthanc to handle sharing of studies & admin inte
|----------------------------------|:--------------|:--------------------------------------------------------------------------------------------------------------------------------|:------------------|:------------------------------------|
| ENABLE_ORTHANC | true | Access to the main Orthanc | `/orthanc/` or `/`| `http://orthanc:8042` |
| ENABLE_KEYCLOAK | false | Access to Keycloak User Interface | `/keycloak/` | `http://keycloak:8080` |
| ENABLE_ORTHANC_TOKEN_SERVICE | false | Access to the `auth-service` that generates the shares. Enable it only if you have secured it with a list of allowed `USERS` | `/auth-service/` | `http://orthanc-auth-service:8000` |
| ENABLE_ORTHANC_TOKEN_SERVICE | false | Access to the `auth-service` that generates the shares. Enable it only if you have secured it with a list of allowed `USERS` | `/auth-service/` | `http://orthanc-auth-service:8000` |
| ENABLE_MEDDREAM | false | Access to MedDream viewer for `meddream-viewer-publication` shares | `/meddream/` | `http://meddream:8080` |
| ENABLE_ORTHANC_FOR_API | false | Access to Orthanc for api (e.g. for DicomWeb clients or scripts) | `/orthanc-api/` | `http://orthanc-for-api:8042` |
| ENABLE_ORTHANC_FOR_SHARES | false | Access to Orthanc for shares (publication links). This is required only if you are not using keycloak and are enabling shares. | `/shares/` | `http://orthanc-for-shares:8042` |
| | | | | |
| ENABLE_OHIF | false | Access to OHIF viewer | `/ohif/` | `http://ohif:80` |
| ENABLE_HTTPS | false | Enables HTTPS | NA | NA |

If `ENABLE_HTTPS` is set to `true`, you must also provide a certificate file in `/etc/nginx/tls/crt.pem` and a private key in `/etc/nginx/tls/key.pem`.
Expand Down

0 comments on commit 0ba8c16

Please sign in to comment.