network
This commit is contained in:
parent
6c74824cf7
commit
486c752f1d
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user