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

View File

@ -19,7 +19,7 @@ services:
- postgres
container_name: pgadmin
image: dpage/pgadmin4
restart: unless-stopped
restart: unless-stopped
environment:
PGADMIN_DEFAULT_EMAIL: admin@blackfish.dev
PGADMIN_DEFAULT_PASSWORD: password
@ -50,7 +50,7 @@ services:
- pacs
depends_on:
- postgres
ohif:
container_name: ohif
image: ohif/viewer
@ -62,20 +62,21 @@ services:
- ${NGINX_DEFAULT_CONF}:/etc/nginx/conf.d/default.conf:ro
- ${VIEWER_CONFIG}:/usr/share/nginx/html/app-config.js:ro
- ./logo.png:/usr/share/nginx/html/logo.png:ro
restart: always
restart: always
networks:
- pacs
meddream:
image: meddream/dicom-viewer
image: meddream/dicom-viewer:8.5.0
restart: always
ports:
- "80:8080"
networks:
- pacs
volumes:
- ./config/meddream/application.properties:/opt/meddream/application.properties
- ./config/meddream/license:/opt/meddream/license
- ./config/meddream/system.json:/opt/meddream/sys/settings/system.json
- ./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
networks:
pacs: