Use HIS数据处理 as Gitea backup root

This commit is contained in:
2026-06-11 02:50:39 +08:00
parent 16d7c9a5ef
commit 8755647784
6 changed files with 57 additions and 210 deletions

View File

@@ -12,8 +12,10 @@ services:
WORKSPACE_ROOT: /workspace
REVIEW_APP_HOST: 0.0.0.0
REVIEW_APP_PORT: 8000
REVIEW_ALLOWED_PATH_ROOTS: ${HIS_LIST_DATA_ROOT:-/data/his-list-images}
ports:
- "${REVIEW_APP_PORT:-8090}:8000"
volumes:
- ..:/workspace
- ${HIS_LIST_DATA_ROOT:-../待处理-患者目录图片集群}:${HIS_LIST_DATA_ROOT:-/data/his-list-images}:ro
restart: unless-stopped