This commit is contained in:
Dr Masroor Ehsan 2025-01-27 00:09:55 +06:00
parent 1fabada0ab
commit 8ab652bf6f

View File

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