2026-05-18-22-23-07 增加Docker安装包与发布配置

This commit is contained in:
2026-05-18 23:17:52 +08:00
parent c818f0a663
commit aec02ba748
15 changed files with 572 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# ISISeg QNAP NAS 安装包
本包适用于 QNAP QTS / Container Station已预置
- 项目路径:`/share/Container/ISISeg`
- 公网访问域名:`https://isiseg.huijutec.cn`
- 本机端口:`10004`
- frpc 远端端口:`10004`
- 构建代理:`http://192.168.31.7:7893`
## 安装步骤
1. 将安装包解压到:
```text
/share/Container/ISISeg
```
2. 在 Container Station 中使用 `docker_compose_Nas.yaml` 创建应用。
3. 启动后访问:
```text
https://isiseg.huijutec.cn
```
## 数据目录
- `/share/Container/ISISeg/data/uploads`
- `/share/Container/ISISeg/data/jobs`
## 本地检查
```bash
curl http://127.0.0.1:10004/api/health
```