Docker compose dicom modality tls connection faild

docker-compose file

version: “3.3”
services:
orthanc:
image: osimis/orthanc

ports:
  - "8042:8042"
  - "4242:4242"
  - "11112:11112"
environment:
  VERBOSE_STARTUP: "true"

secrets:
  - orthanc.secret.json

secrets:
orthanc.secret.json:
file: orthanc.secret.json

Hi,

Do you really expect anyone helping while:

  • you don’t say “Hi”
  • there is not a single sentence in your message to describe your issue and what you have done to analyze it.

Best regards,

Alain.

Am trying to deploy the Orthanc in the cloud and want to save the uploaded dicom files to S3 so I used the docker solution from Orthanc and have to actively listen to the DCOM server if any studies are sent to the dicom modality for that I wrote a Python script (thanks to Pynetdicom) that acts as middleware to trigger my image processing backend server

From normal installation (no docker), everything is working fine can to listen the dicom port using the script jobs are successful, but using the docker solution gives a TCP initialization error
am using the same config that I used in normal installation

Hi ! (word used as a friendly greeting or to attract attention)

You are still not providing much relevant information. If you expect any help, provide a way for us to reproduce your issue or at least provide logs with the errors and your configuration files …

Best regards

Alain