added no-sharing tags

This commit is contained in:
Masroor Ehsan 2025-01-27 11:36:13 +06:00
parent a56477ce0f
commit b1a1d01d83

View File

@ -14,7 +14,7 @@ services:
- PGDATA=${PGDATA} - PGDATA=${PGDATA}
- PGTZ=${PGTZ} - PGTZ=${PGTZ}
volumes: volumes:
- ${POSTGRES_DATA_MNT}:${PGDATA} - ${POSTGRES_DATA_MNT}:${PGDATA}:Z
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
start_period: 20s start_period: 20s
@ -49,9 +49,9 @@ services:
- 4242:4242 - 4242:4242
volumes: volumes:
- ${ORTHANC_CONFIG:-./config/orthanc}:/etc/orthanc/:ro - ${ORTHANC_CONFIG:-./config/orthanc}:/etc/orthanc/:ro
- ${ORTHANC_DB_MNT:-./volumes/orthanc_db}:/var/lib/orthanc/db - ${ORTHANC_DB_MNT:-./volumes/orthanc_db}:/var/lib/orthanc/db:Z
- ${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}:/etc/orthanc/logs - ${ORTHANC_LOG:-./volumes/orthanc_logs}:/etc/orthanc/logs:Z
environment: environment:
VERBOSE_ENABLED: "true" VERBOSE_ENABLED: "true"
VERBOSE_STARTUP: "true" VERBOSE_STARTUP: "true"