This commit is contained in:
Dr Masroor Ehsan 2025-02-04 11:36:39 +06:00
parent 6c74824cf7
commit 486c752f1d

View File

@ -45,8 +45,12 @@ services:
ORTHANC__POSTGRESQL__HOST: "${POSTGRES_HOST}" ORTHANC__POSTGRESQL__HOST: "${POSTGRES_HOST}"
restart: unless-stopped restart: unless-stopped
networks: networks:
- wolfland wolfland:
- backend aliases:
- orthanc_public
backend:
aliases:
- orthanc_private
depends_on: depends_on:
- postgres - postgres