Skip to content

Commit

Permalink
build(dimse): update example config
Browse files Browse the repository at this point in the history
- Update example config to be compatible with docker
  • Loading branch information
Chinlinlee committed May 5, 2023
1 parent c5443f4 commit 61a1904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/raccoon-dimse-app.example.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"mongodb": {
"hosts": ["127.0.0.1"],
"hosts": ["mongodb"],
"ports": [27017],
"username": "root",
"password": "root",
Expand All @@ -9,8 +9,8 @@
"debug": false
},
"raccoon": {
"dicomStoreRoot": "./",
"raccoonUploadScriptPath": "local/dicom-uploader-stow.js",
"dicomStoreRoot": "/dicomFiles",
"raccoonUploadScriptPath": "/nodejs/raccoon/local/dicom-uploader-stow.js",
"mode": "STOW",
"stowUrl": "http://127.0.0.1:8081/dicom-web/studies"
}
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
- ./raccoon-null/node_modules:/nodejs/raccoon/node_modules
ports:
- 8081:8081
- 11112:11112
depends_on:
- mongodb
tty : true
Expand Down

0 comments on commit 61a1904

Please sign in to comment.