From e5d31e4e6ba7767fe2d23ed5e1d5d0bd9dfd04f3 Mon Sep 17 00:00:00 2001 From: admin <572701190@qq.com> Date: Mon, 18 May 2026 23:24:44 +0800 Subject: [PATCH] =?UTF-8?q?2026-05-18-22-23-07=20=E8=AE=B0=E5=BD=95Docker?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E9=83=A8=E7=BD=B2=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工程分析/测试方案-2026-05-18-22-23-07.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/工程分析/测试方案-2026-05-18-22-23-07.md b/工程分析/测试方案-2026-05-18-22-23-07.md index 6bc6658..5eb59c3 100644 --- a/工程分析/测试方案-2026-05-18-22-23-07.md +++ b/工程分析/测试方案-2026-05-18-22-23-07.md @@ -58,3 +58,12 @@ - `isiseg-clean-install-2026-05-18-22-23-07.tar.gz`,895561 bytes。 - `isiseg-huijutec-direct-2026-05-18-22-23-07.tar.gz`,895096 bytes。 - `isiseg-qnap-nas-2026-05-18-22-23-07.tar.gz`,895352 bytes。 + +## 重新部署校验 + +- 执行 `docker compose -f docker_compose_huijutec.yaml up -d --build`。 +- `isiseg_app` 状态为 healthy,本机映射为 `0.0.0.0:10004->8001/tcp`。 +- 本机 `http://127.0.0.1:10004/api/health` 返回 `{"status":"ok","service":"ISISeg","version":"0.1.0"}`。 +- frpc 日志显示 `proxy added: [ISISeg]` 和 `start proxy success`。 +- 公网 `https://isiseg.huijutec.cn/api/health` 返回健康状态。 +- 公网 `https://isiseg.huijutec.cn/` 使用 GET 返回首页 HTML,HTTP 200。