This commit is contained in:
Dr Masroor Ehsan 2025-02-04 11:33:58 +06:00
parent 66ca4d797e
commit 6c74824cf7

View File

@ -5,7 +5,7 @@ services:
ports:
- "5432:5432"
networks:
wolfland:
backend:
aliases:
- postgres
environment:
@ -38,19 +38,15 @@ services:
- ${ORTHANC_OHIF:-./config/ohif/ohif.js}:/usr/local/share/orthanc/ohif.js:ro
- ${ORTHANC_LOG:-./volumes/orthanc_logs}:/var/log/orthanc
env_file:
- orthanc.env
- .env
- orthanc.env
environment:
ORTHANC__DICOM_AET: "${ORTHANC_AET}"
ORTHANC__POSTGRESQL__HOST: "${POSTGRES_HOST}"
restart: unless-stopped
networks:
wolfland:
aliases:
- orthanc
backend:
aliases:
- orthanc_backend
- wolfland
- backend
depends_on:
- postgres