2026-05-19-00-11-40 记录Ubuntu配音工作流部署校验

This commit is contained in:
2026-05-19 00:24:02 +08:00
parent ee8a28da78
commit 33e804655c

View File

@@ -40,3 +40,10 @@
- 本次主要新增文档和脚本,不改变 Web 服务逻辑。
- 按既有流程重新执行 `docker compose -f docker_compose_huijutec.yaml up -d --build` 并检查健康接口。
执行结果:
- Docker 镜像重新构建成功Web 服务容器重新创建。
- `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"}`
- 公网 `https://isiseg.huijutec.cn/api/health` 返回同样健康状态。