Import sanitized HIS processing tools
This commit is contained in:
20
患者首页处理/数据可视化网页端/docker-compose.yml
Normal file
20
患者首页处理/数据可视化网页端/docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: patient-frontpage-review
|
||||
|
||||
services:
|
||||
patient-frontpage-review:
|
||||
build:
|
||||
context: .
|
||||
container_name: patient-frontpage-review
|
||||
env_file:
|
||||
- ../.env
|
||||
environment:
|
||||
REVIEW_SETTINGS_PATH: /app/settings/review_settings.local.json
|
||||
ports:
|
||||
- "8501:8501"
|
||||
volumes:
|
||||
- ../已处理-患者首页PDF/2026_5_25_处理:/data/pdfs:ro
|
||||
- review-settings:/app/settings
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
review-settings:
|
||||
Reference in New Issue
Block a user