Compare commits

..

3 Commits

Author SHA1 Message Date
0f2482d1c9 removed pg-data file 2025-01-27 00:22:16 +06:00
efaefee9f0 fix error 2025-01-27 00:21:58 +06:00
8ab652bf6f docker 2025-01-27 00:09:55 +06:00
3 changed files with 11 additions and 12 deletions

View File

@ -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,

View File

@ -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
@ -67,15 +67,16 @@ services:
- 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:

View File

@ -1,2 +0,0 @@
*
!.gitignore