auto-save 2026-05-15 14:53 (~6)

This commit is contained in:
2026-05-15 14:53:34 +08:00
parent 27e200239d
commit 07f2fa4213
6 changed files with 13 additions and 12 deletions

View File

@@ -14,14 +14,14 @@
## 部署事实
- 平台VPS `76.13.31.179`Ubuntu 24.04 / Docker Compose / Coolify Traefik
- 发布状态:生产部署配置已生成;公司域名 `marketing.skg.com` 已解析到 VPS待执行 Compose 上线和 HTTPS 验证
- 发布状态:已部署并验证2026-05-15`https://marketing.skg.com` 首页 200`/api/health` 返回 `ok:true`
- 主站 / 前端:`https://marketing.skg.com`
- API / 后端:`https://marketing.skg.com/api`
- 文档 / 解析:`docs/source-analysis.html`(项目内独立文档,不公开挂主应用路由)
- 管理后台:待定
- 服务器目录:`/opt/skg-marketing-studio`
- 生产启动:`docker compose -f docker-compose.prod.yml --env-file deploy/.env.production up -d --build`
- 生产架构:`web` 容器用 Nginx 承载 Next 静态导出并反代 `/api/``api` 容器跑 FastAPI 4291Traefik 通过 `coolify` 外部网络接入 80/443
- 生产架构:`web` 容器用 Nginx 承载 Next 静态导出并反代 `/api/``skg-marketing-api:4291``api` 容器跑 FastAPI 4291Traefik 通过 `coolify` 外部网络接入 80/443
- 持久化目录:服务器 `./data/jobs` 挂载到后端 `/data/jobs`
## 快捷登录