Transcoding using osimis/orthanc

Hi,
I have issue with transcoding. I’m using osimis/orthanc to deploy orthanc server. My aim is to automatic compress DICOM file after receive file from modality which is done within orthanc server. This is my referral to do transcoding.

https://book.orthanc-server.com/faq/transcoding.html

I have set my environment according to this article but still not success. The file is still the same like original. Maybe my environment code is false? Need help for this.
Below are my osimis/orthanc code.

Thank you in advance.

docker-compose.jpg

(maybe duplicate message, apologies if that’s the case)

IngestTranscodingOfUncompressed is false in your config file. Are you sure the incoming instances that you want to transcode are already compressed?

HTH