Import sanitized HIS processing tools

This commit is contained in:
2026-05-26 08:51:10 +08:00
commit 7e329f1d85
46 changed files with 19175 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
name: his-list-review
services:
manual-review:
build:
context: .
image: his-list-manual-review:latest
container_name: his-list-manual-review
env_file:
- ../.env
environment:
WORKSPACE_ROOT: /workspace
REVIEW_APP_HOST: 0.0.0.0
REVIEW_APP_PORT: 8000
ports:
- "${REVIEW_APP_PORT:-8090}:8000"
volumes:
- ..:/workspace
restart: unless-stopped