You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you and the entire MONAI team for the excellent work on MONAI Label — it's an incredibly versatile and powerful tool, and we truly appreciate the quality of the project.
I'm currently working on integrating MONAI Label into one of the official Docker Compose setups provided by the OHIF project, specifically the one combining OHIF under NGINX, Orthanc as the DICOM backend, and Keycloak for authentication:
My goal is to run the MONAI Label plugin (as developed by your team for OHIF) within that environment — either by integrating MONAI Label into this existing Docker Compose stack, or by creating a similar setup that supports all the same components (OHIF + Orthanc + Keycloak) with MONAI Label included.
Is this kind of integration currently supported or planned? Are there any best practices, known limitations, or example setups you could share to help achieve this?
Thanks again for your outstanding work and any guidance you can provide.
Best regards,
Francesco
The text was updated successfully, but these errors were encountered:
Thank you. You can refer to the Dockerfile from the root list. It shall be easy to add Orthanc dependency (apt) into the same docker.
Many people have added the Keyclock integration over OHIF + MONAI LABEL but via docker compose it will be easier to achieve instead of putting everything into single docker.
First of all, thank you and the entire MONAI team for the excellent work on MONAI Label — it's an incredibly versatile and powerful tool, and we truly appreciate the quality of the project.
I'm currently working on integrating MONAI Label into one of the official Docker Compose setups provided by the OHIF project, specifically the one combining OHIF under NGINX, Orthanc as the DICOM backend, and Keycloak for authentication:
https://github.com/OHIF/Viewers/tree/master/platform/app/.recipes/Nginx-Orthanc-Keycloak
My goal is to run the MONAI Label plugin (as developed by your team for OHIF) within that environment — either by integrating MONAI Label into this existing Docker Compose stack, or by creating a similar setup that supports all the same components (OHIF + Orthanc + Keycloak) with MONAI Label included.
Is this kind of integration currently supported or planned? Are there any best practices, known limitations, or example setups you could share to help achieve this?
Thanks again for your outstanding work and any guidance you can provide.
Best regards,
Francesco
The text was updated successfully, but these errors were encountered: