2026-05-24-15-55-48 增加项目锁定与切片控件修正

This commit is contained in:
2026-05-24 16:15:52 +08:00
parent e9f0823281
commit 3bedf204c8
14 changed files with 586 additions and 62 deletions

View File

@@ -8,7 +8,7 @@ name: revoxelseg-dicom-qnap
services:
revoxelseg_web:
image: revoxelseg-dicom:web-qnap-20260524
image: revoxelseg-dicom:web-qnap-20260524-lock
build:
context: /share/Container/revoxelseg_dicom
dockerfile: Docker部署/Dockerfile
@@ -32,6 +32,7 @@ services:
volumes:
- /share/Container/revoxelseg_dicom/data:/app/WebSite/data
- /share/Container/revoxelseg_dicom/exports:/app/WebSite/exports
- /share/Container/revoxelseg_dicom/locked-results:/app/项目数据/锁定结果
healthcheck:
test: ["CMD-SHELL", "node -e \"fetch('http://127.0.0.1:4000/api/health').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))\""]
interval: 10s