wip
This commit is contained in:
parent
66ca4d797e
commit
6c74824cf7
@ -5,7 +5,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
networks:
|
networks:
|
||||||
wolfland:
|
backend:
|
||||||
aliases:
|
aliases:
|
||||||
- postgres
|
- postgres
|
||||||
environment:
|
environment:
|
||||||
@ -38,19 +38,15 @@ services:
|
|||||||
- ${ORTHANC_OHIF:-./config/ohif/ohif.js}:/usr/local/share/orthanc/ohif.js:ro
|
- ${ORTHANC_OHIF:-./config/ohif/ohif.js}:/usr/local/share/orthanc/ohif.js:ro
|
||||||
- ${ORTHANC_LOG:-./volumes/orthanc_logs}:/var/log/orthanc
|
- ${ORTHANC_LOG:-./volumes/orthanc_logs}:/var/log/orthanc
|
||||||
env_file:
|
env_file:
|
||||||
- orthanc.env
|
|
||||||
- .env
|
- .env
|
||||||
|
- orthanc.env
|
||||||
environment:
|
environment:
|
||||||
ORTHANC__DICOM_AET: "${ORTHANC_AET}"
|
ORTHANC__DICOM_AET: "${ORTHANC_AET}"
|
||||||
ORTHANC__POSTGRESQL__HOST: "${POSTGRES_HOST}"
|
ORTHANC__POSTGRESQL__HOST: "${POSTGRES_HOST}"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
wolfland:
|
- wolfland
|
||||||
aliases:
|
- backend
|
||||||
- orthanc
|
|
||||||
backend:
|
|
||||||
aliases:
|
|
||||||
- orthanc_backend
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user