-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OZ-813: Add partial support for Orthanc to run with SSO #141
Conversation
labels: | ||
- "traefik.enable=true" | ||
- "traefik.http.services.orthanc.loadbalancer.server.port=8889" | ||
- "traefik.http.routers.orthanc.rule=Host(`${ORTHANC_HOSTNAME}`)" | ||
- "traefik.http.routers.orthanc.middlewares=orthanc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@enyachoke need your help here.
@@ -50,6 +55,7 @@ services: | |||
- EIP_FHIR_SERVER_URL=http://openmrs:8080/openmrs/ws/fhir2/R4 | |||
- EIP_FHIR_USERNAME=${OPENMRS_USER} | |||
- EIP_FHIR_PASSWORD=${OPENMRS_PASSWORD} | |||
- ORTHANC_PUBLIC_URL=${SERVER_SCHEME}://${ORTHANC_HOSTNAME} | |||
image: mekomsolutions/eip-client | |||
networks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VaishSiddharth please include the web
network here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
e68abc3
to
8960aad
Compare
JIRA: https://mekomsolutions.atlassian.net/browse/OZ-813
Added
docker-compose-orthanc-sso.yml