Unify current release docs and isolation notes

This commit is contained in:
john
2026-06-20 15:54:19 +08:00
parent db0149b025
commit 02c651a3d0
3 changed files with 10 additions and 3 deletions
+8 -1
View File
@@ -9,7 +9,7 @@
| 环境 | 目录 | 用途 | 端口 |
|------|------|------|------|
| 生产 | `/Users/john/Project/Memind` | `g2.tkmind.cn` 当前在线服务(阿里云解析 → 105 → 本地 Mac 1.6 | `8081` |
| 生产 Plaza | `/Users/john/Project/Memind` + Plaza | `plaza.tkmind.cn` 当前在线服务 | `3001` |
| 生产 Plaza | `/Users/john/Project/Memind` + Plaza | `plaza.tkmind.cn` 当前在线服务105 反代到 Studio | `3001` |
| 生产入口 | `/Users/john/Project/Memind/scripts/g2-lb.Caddyfile` | 105 转发入口 / 反代配置 | `8090` |
| 测试 Portal | `/Users/john/Project/test/Memind` | 开发预览 API / Portal | `18081` |
| 测试 Vite | `/Users/john/Project/test/Memind` | 开发预览前端 | `15173` |
@@ -220,3 +220,10 @@ curl -s http://127.0.0.1:8081/api/status
```bash
curl -s http://127.0.0.1:8090/api/status
```
如果要同时确认 Plaza 和 `gadm`,直接检查:
```bash
curl -s https://plaza.tkmind.cn/plaza
curl -s https://gadm.tkmind.cn/healthz
```