diff --git a/.gitignore b/.gitignore index bb5a27d1a..c741fc55e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,5 @@ yarn-error.log .DS_Store example/deps/ -sampledata/ \ No newline at end of file +sampledata/ +docker/dcm4che/dcm4che-arc diff --git a/docker/README.md b/docker/README.md index 445a4e37f..dbeabffae 100644 --- a/docker/README.md +++ b/docker/README.md @@ -24,19 +24,19 @@ then, access the application at (http://localhost)[http://localhost] **remember that you have to access orthanc application and include your studies there** -## Local Dcm4che +## Local Dcm4chee #### build -`$ docker-compose -f docker-compose-dcm4che.yml build` +`$ docker-compose -f docker-compose-dcm4chee.yml build` #### run -`$ docker-compose -f docker-compose-orthanc.yml up -d` +`$ docker-compose -f docker-compose-dcm4chee.yml up -d` then, access the application at (http://localhost)[http://localhost] -**remember that you have to access dcm4che application and include your studies there** +**remember that you have to access dcm4chee application and include your studies there** You can use the following command to import your studies into dcm4che -`$ docker run -v {YOUR_STUDY_FOLDER}:/tmp --rm --network=docker_dcm4chee_default dcm4che/dcm4che-tools:5.14.0 storescu -cDCM4CHEE@arc:11112 /tmp` +`$ docker run -v {YOUR_STUDY_FOLDER}:/tmp --rm --network=docker_dcm4che_default dcm4che/dcm4che-tools:5.14.0 storescu -cDCM4CHEE@arc:11112 /tmp` **make sure that your Docker network name is docker_dcm4chee_default or change it to the right one** \ No newline at end of file diff --git a/docker/docker-compose-dcm4che.yml b/docker/docker-compose-dcm4che.yml index db5f71c0d..b3d827681 100644 --- a/docker/docker-compose-dcm4che.yml +++ b/docker/docker-compose-dcm4che.yml @@ -14,10 +14,10 @@ services: volumes: - ./dcm4che/etc/localtime:/etc/localtime:ro - ./dcm4che/etc/timezone:/etc/timezone:ro - - ./dcm4che/dcm4chee-arc/ldap:/var/lib/ldap - - ./dcm4che/dcm4chee-arc/slapd.d:/etc/ldap/slapd.d + - ./dcm4che/dcm4che-arc/ldap:/var/lib/ldap + - ./dcm4che/dcm4che-arc/slapd.d:/etc/ldap/slapd.d networks: - - dcm4chee_default + - dcm4che_default db: image: dcm4che/postgres-dcm4chee:11.1-15 logging: @@ -30,9 +30,9 @@ services: volumes: - ./dcm4che/etc/localtime:/etc/localtime:ro - ./dcm4che/etc/timezone:/etc/timezone:ro - - ./dcm4che/dcm4chee-arc/db:/var/lib/postgresql/data + - ./dcm4che/dcm4che-arc/db:/var/lib/postgresql/data networks: - - dcm4chee_default + - dcm4che_default arc: image: dcm4che/dcm4chee-arc-psql:5.15.0 logging: @@ -55,10 +55,10 @@ services: volumes: - ./dcm4che/etc/localtime:/etc/localtime:ro - ./dcm4che/etc/timezone:/etc/timezone:ro - - ./dcm4che/dcm4chee-arc/wildfly:/opt/wildfly/standalone - - ./dcm4che/dcm4chee-arc/storage:/storage + - ./dcm4che/dcm4che-arc/wildfly:/opt/wildfly/standalone + - ./dcm4che/dcm4che-arc/storage:/storage networks: - - dcm4chee_default + - dcm4che_default viewer: container_name: ohif-viewer build: @@ -72,7 +72,7 @@ services: - NODE_ENV=production restart: always networks: - - dcm4chee_default + - dcm4che_default networks: - dcm4chee_default: \ No newline at end of file + dcm4che_default: \ No newline at end of file