Hi, good day,
My issue is that when I run OHIF directly, i.e. yarn orthanc:up
and yarn orthanc:dev
, OHIF detects my Orthanc server and so fetches the images from that. But when I build the docker image using the Dockerfile in OHIF and run it from my docker-compose file, it falls back to its default Orthanc server.
Configuration: I am running OHIF v3, cloned from the v3-stable branch, and docker images of Orthanc and PG.
So far:
- I have tried adding PROXY_DOMAIN, APP_CONFIG, and PORT as ENVs in the OHIF Dockerfile
- I Have tried passing PROXY_DOMAIN, APP_CONFIG and PORT in docker compose directly.
- Set the
orthanc:up
script to point to my docker-compose file that’s running Orthanc
I need support regarding this and also would like to know if is it a configuration issue from my side or OHIF’s?
I am new to this so descriptive assistance would be appreciated!
Thanks for your time!
PS: My docker-compose file contains these images
- orthanc_pg_db
- orthanc
- ohif_v3_image
- Other unrelated images