diff --git a/caMicroscope.yml b/caMicroscope.yml index a7e197e..57868a9 100644 --- a/caMicroscope.yml +++ b/caMicroscope.yml @@ -73,7 +73,7 @@ services: volumes: - ./jwt_keys/:/root/keys/ - ./images/:/images/ - - ./OrthancConfiguration.json:/root/src/Configuration.json + - ./config/OrthancConfiguration.json:/root/src/Configuration.json environment: DICOM_PORT: "11112" DICOM_UI_PORT: "8042" diff --git a/OrthancConfiguration.json b/config/OrthancConfiguration.json similarity index 100% rename from OrthancConfiguration.json rename to config/OrthancConfiguration.json diff --git a/develop.yml b/develop.yml index ee20984..9ad7486 100644 --- a/develop.yml +++ b/develop.yml @@ -55,7 +55,7 @@ services: volumes: - ./jwt_keys/:/root/keys/ - ./images/:/images/ - - ./OrthancConfiguration.json:/root/src/Configuration.json + - ./config/OrthancConfiguration.json:/root/src/Configuration.json environment: DICOM_PORT: "11112" DICOM_UI_PORT: "8042"