Files
ISISeg/deploy/README_HUIJUTEC_INSTALL.md

28 lines
616 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ISISeg huijutec 直接运行安装包
本包已预置:
- 公网访问域名:`https://isiseg.huijutec.cn`
- 本机端口:`10004`
- frpc 远端端口:`10004`
- frpc 服务端:`82.157.255.195:7000`
## 启动
```bash
docker compose -f docker_compose.yaml up -d --build
```
启动后frpc 会将容器内 `isiseg_app:8001` 映射到公网 frp 服务器的 `10004` 端口。按你给的 Nginx Proxy Manager 配置,`isiseg.huijutec.cn` 转发到 `172.17.0.1:10004` 后即可访问。
## 本机检查
```bash
curl http://127.0.0.1:10004/api/health
```
## 数据目录
- `data/uploads`
- `data/jobs`