Compare commits
3 Commits
1fabada0ab
...
0f2482d1c9
Author | SHA1 | Date | |
---|---|---|---|
0f2482d1c9 | |||
efaefee9f0 | |||
8ab652bf6f |
@ -163,7 +163,7 @@
|
|||||||
"LoadPrivateDictionary": true,
|
"LoadPrivateDictionary": true,
|
||||||
"Dictionary" : {
|
"Dictionary" : {
|
||||||
"0011,1060" : [ "LO", "InnowaveUploaderID", 1, 1, "InowavePrivateGroup"],
|
"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"]
|
"1971,1001" : [ "LO", "DicomSenderID", 1, 1, "PixelBridge"]
|
||||||
},
|
},
|
||||||
"SynchronousCMove": true,
|
"SynchronousCMove": true,
|
||||||
|
@ -19,7 +19,7 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
container_name: pgadmin
|
container_name: pgadmin
|
||||||
image: dpage/pgadmin4
|
image: dpage/pgadmin4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
PGADMIN_DEFAULT_EMAIL: admin@blackfish.dev
|
PGADMIN_DEFAULT_EMAIL: admin@blackfish.dev
|
||||||
PGADMIN_DEFAULT_PASSWORD: password
|
PGADMIN_DEFAULT_PASSWORD: password
|
||||||
@ -50,7 +50,7 @@ services:
|
|||||||
- pacs
|
- pacs
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
ohif:
|
ohif:
|
||||||
container_name: ohif
|
container_name: ohif
|
||||||
image: ohif/viewer
|
image: ohif/viewer
|
||||||
@ -62,20 +62,21 @@ services:
|
|||||||
- ${NGINX_DEFAULT_CONF}:/etc/nginx/conf.d/default.conf:ro
|
- ${NGINX_DEFAULT_CONF}:/etc/nginx/conf.d/default.conf:ro
|
||||||
- ${VIEWER_CONFIG}:/usr/share/nginx/html/app-config.js:ro
|
- ${VIEWER_CONFIG}:/usr/share/nginx/html/app-config.js:ro
|
||||||
- ./logo.png:/usr/share/nginx/html/logo.png:ro
|
- ./logo.png:/usr/share/nginx/html/logo.png:ro
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- pacs
|
- pacs
|
||||||
|
|
||||||
meddream:
|
meddream:
|
||||||
image: meddream/dicom-viewer
|
image: meddream/dicom-viewer:8.5.0
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "80:8080"
|
- "80:8080"
|
||||||
|
networks:
|
||||||
|
- pacs
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/meddream/application.properties:/opt/meddream/application.properties
|
- ./config/meddream/application.properties:/opt/meddream/application.properties:ro
|
||||||
- ./config/meddream/license:/opt/meddream/license
|
#- ./config/meddream/license:/opt/meddream/license:ro
|
||||||
- ./config/meddream/system.json:/opt/meddream/sys/settings/system.json
|
- ./config/meddream/system.json:/opt/meddream/sys/settings/system.json:ro
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
pacs:
|
pacs:
|
||||||
|
2
volumes/pg_data/.gitignore
vendored
2
volumes/pg_data/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
Loading…
Reference in New Issue
Block a user