diff --git a/docker/docker-compose-orthanc.yml b/docker/docker-compose-orthanc.yml index 06a796248..d6c94c969 100644 --- a/docker/docker-compose-orthanc.yml +++ b/docker/docker-compose-orthanc.yml @@ -23,6 +23,8 @@ services: environment: - NODE_ENV=production restart: always + volumes: + - ../config/local_orthanc.js:/usr/share/nginx/html/servers.js proxy: image: nginx restart: always @@ -30,3 +32,4 @@ services: - 8899:80 volumes: - ./nginx-proxy/conf/nginx.conf:/etc/nginx/nginx.conf:ro + diff --git a/docker/docker-compose-publicserver.yml b/docker/docker-compose-publicserver.yml index 1a5348fdc..329023a1d 100644 --- a/docker/docker-compose-publicserver.yml +++ b/docker/docker-compose-publicserver.yml @@ -10,4 +10,6 @@ services: ports: - '80:80' environment: - - NODE_ENV=production \ No newline at end of file + - NODE_ENV=production + volumes: + - ../config/public_dicomweb.js:/usr/share/nginx/html/servers.js \ No newline at end of file