Compare commits
No commits in common. "0f2482d1c91e90b9460801891efc303bbb64c828" and "1fabada0ab240f4ebc4c0f10ba39bacc5afd81a0" have entirely different histories.
0f2482d1c9
...
1fabada0ab
@ -163,7 +163,7 @@
|
||||
"LoadPrivateDictionary": true,
|
||||
"Dictionary" : {
|
||||
"0011,1060" : [ "LO", "InnowaveUploaderID", 1, 1, "InowavePrivateGroup"],
|
||||
"1971,0010" : [ "CS", "PBSender", 1, 1, "PixelBridge"],
|
||||
"1971,0010" : [ "CS", "PBSender", 1, 1, "PixelBridge"]
|
||||
"1971,1001" : [ "LO", "DicomSenderID", 1, 1, "PixelBridge"]
|
||||
},
|
||||
"SynchronousCMove": true,
|
||||
|
@ -67,16 +67,15 @@ services:
|
||||
- pacs
|
||||
|
||||
meddream:
|
||||
image: meddream/dicom-viewer:8.5.0
|
||||
image: meddream/dicom-viewer
|
||||
restart: always
|
||||
ports:
|
||||
- "80:8080"
|
||||
networks:
|
||||
- pacs
|
||||
volumes:
|
||||
- ./config/meddream/application.properties:/opt/meddream/application.properties:ro
|
||||
#- ./config/meddream/license:/opt/meddream/license:ro
|
||||
- ./config/meddream/system.json:/opt/meddream/sys/settings/system.json:ro
|
||||
- ./config/meddream/application.properties:/opt/meddream/application.properties
|
||||
- ./config/meddream/license:/opt/meddream/license
|
||||
- ./config/meddream/system.json:/opt/meddream/sys/settings/system.json
|
||||
|
||||
|
||||
networks:
|
||||
pacs:
|
||||
|
2
volumes/pg_data/.gitignore
vendored
Normal file
2
volumes/pg_data/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
Loading…
Reference in New Issue
Block a user