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