Skip to content
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

Merged
merged 4 commits into from
Feb 5, 2025
Merged

Conversation

VaishSiddharth
Copy link
Contributor

JIRA: https://mekomsolutions.atlassian.net/browse/OZ-813

Added docker-compose-orthanc-sso.yml

@VaishSiddharth VaishSiddharth requested review from corneliouzbett and rbuisson and removed request for corneliouzbett January 29, 2025 13:47
@rbuisson rbuisson requested a review from enyachoke February 3, 2025 15:51
Comment on lines +7 to +11
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"
Copy link
Contributor Author

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:
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@VaishSiddharth VaishSiddharth merged commit 550f020 into main Feb 5, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants