Connect orthanc explorer 2 integration with keycloak to dcm4chee

hai i want to use orthanc explorer 2 in my organization, please help me to configure my docker-compose so my oe2 docker-compose can be customize the ui and can connect to my dcm4chee

Hello,

This sample shows how to configure Orthanc explorer 2:

This other sample shows how to configure a DICOM association between 2 Orthanc:

To connect DCM4Chee, you will have to get AET, IP and port from it and replace these values in the compose file.

HTH,

thx for the answer i already follow those github but i still wonder how to combine them because i want to use the orthanc integrate with keycloak to. this is my docker-compose that already modify:

in this github i already succes to use orthanc explorer 2 and add the oe 2 custom and keycloak but i still cant send dicom to dcm4chee.
can you help me what wrong in my docker-compose?

Here:

      ORTHANC__DICOM_MODALITIES: |
        {
            "DCM4CHEE": [ "DCM4CHEE", "arc", 11112 ]
        }

You have to replace “arc” by the ip of the server running DCM4chee.

HTH,