This commit is contained in:
renjianbo
2026-03-01 22:32:58 +08:00
parent 9baf22a1ba
commit bd061318d6
4 changed files with 57 additions and 21 deletions

View File

@@ -0,0 +1,24 @@
提示词大师服务已按文档成功启动。
- 日志:已出现 [INFO] in base: 应用启动
- 进程Gunicorn 主进程 + 多个 workerrun_dev:appconda 环境 myenv已在运行
访问地址(文档中的):
- 主页http://101.43.95.130:5002/
- 饭菜规划http://101.43.95.130:5002/meal-planning
- 古诗词解析http://101.43.95.130:5002/poetry/
- 后台管理http://101.43.95.130:5002/admin
服务在后台运行,如需停止可按文档执行:
- kill -TERM $(cat logs/gunicorn.pid)(有 PID 文件时)
- pkill -f "run_dev:app"