Health Platform

Docker Compose 本地部署入口

服务入口

启动方式

默认 SQLite: docker compose up -d --build

PostgreSQL: docker compose -f docker-compose.yml -f docker-compose.postgres.yml up -d --build

说明

前端构建产物会输出到仓库根目录的 output/health-adminoutput/health-app, Caddy 负责静态托管与 /api 反向代理。

已启用 HTTPS;如果本地使用 *.localhost,首次访问可能需要先信任本地证书。

health-admin health-app h5 health-api caddy sqlite / postgres Caddy部署