Hi there,
I’m trying to make a docker compose for Orthanc using full env variable in docker composed.
In Osimis documentation, I didn’t find the key for the following parameter :
DicomServerEnabled
and the two new parameter of dicom web ;
StudiesMetadata
SeriesMetadata
Is there the raw file of env variable of the latest docker container accessible somwhere ?
Thanks for your help,
Salim
Hi Salim,
As described on Docker Hub description, the Osimis documentation is available here: https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images
The source code to generate the container is publicly available here: https://bitbucket.org/osimis/orthanc-builder/src/master/
You’re right, these parameters are not available in the osimis/orthanc image currently.
We could add them in a later release (with Orthanc 1.6.0) if you wish.
Kind regards,
Michel
Thanks Michel, It would be great to have control over all parameters.
If I understand correctly, the recommanded way is now to use the environement variable rather then overriding the Orthanc.Json at container build ?
The first Osimis images was only using custom orthanc.json and now I see that new samples uses environement variable.
If it's the recommanded way (and I think it is a cleaner way) than we would need to access the full parameters.
Best regards !
Salim
Indeed, better to use environment variables instead of overriding the orthanc.json file in the container build.
If you need to add new parameters that are not available as environment variables though, you can do by copying a json file with your parameters in the /etc/orthanc/ directory while building your docker image ;).
Beware, if you push parameters in that way that are already handled by environment variables, Orthanc will stop with an error saying that you are setting a parameters in two different files and that there is therefore a conflict.
I’ll let you know when we add the three parameters you asked for.
Dear Salim,
Have you seen the new osimis/orthanc:20.4.2 Docker image which provides access to all Orthanc .json settings through env variables?
Documentation is available here: https://book.orthanc-server.com/users/docker-osimis.html
Kind regards,
Michel
Thank you so much Michel,
I’m going to try the new container this week end, i’m starting GaelO in production next week so this new container is “Just In Time”
Salim
Dear Michel,
I upgraded, the new images are really nice and easier to setup,
Thank you for your help !
Best regards,
Salim
Credits go to Alain for this image 
I’m happy you’ve found it useful!
Keep up the good work!
Cheers,
Michel