feat: 更新 llm-proxy 和 product-crawler 为单端口配置
- llm-proxy: 19007 (原 19007+19008) v2.0.0 - product-crawler: 19011 (原 19011+19012) v2.0.0
This commit is contained in:
@@ -68,17 +68,14 @@
|
||||
"id": "product-crawler",
|
||||
"name": "产品参数爬取系统",
|
||||
"type": "web",
|
||||
"ports": [19011, 19012],
|
||||
"ports": [19011],
|
||||
"directory": "/home/xian/.openclaw/common/projects/product-crawler",
|
||||
"start_cmd": "python3 app.py",
|
||||
"start_cmds": {
|
||||
"api": {"port": 19011, "cmd": "python3 app.py"},
|
||||
"admin": {"port": 19012, "cmd": "cd admin && python3 app.py"}
|
||||
},
|
||||
"health_url": "http://localhost:19011/api/products",
|
||||
"description": "自动从官网爬取产品参数信息",
|
||||
"admin_url": "http://localhost:19011/admin",
|
||||
"git_repo": "http://192.168.2.8:12007/coder/product-crawler",
|
||||
"version": "v1.0.0"
|
||||
"version": "v2.0.0"
|
||||
},
|
||||
{
|
||||
"id": "llm-proxy",
|
||||
|
||||
Reference in New Issue
Block a user