Files
cunkebao_v3/docker-compose.prod.yml
Manus AI f9d6c3034f deploy: 三端宝塔部署 kr-op/kr-kf/kr-admin 及全栈验收
SuperAdmin standalone + PM2:3000;acceptance_tencent_all 23 项全通过。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 14:14:57 +08:00

24 lines
755 B
YAML
Raw Permalink 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.

# 宝塔/腾讯云生产构建覆盖层(仅用于 build不用于本地 up
# 用法docker compose -f docker-compose.yml -f docker-compose.prod.yml build cunkebao-web touchkebao-web
# 或bash 开发文档/8、部署/scripts/deploy_tencent_baota.sh
services:
cunkebao-web:
build:
args:
VITE_API_BASE_URL: "https://ckbapi.quwanzhi.com"
touchkebao-web:
build:
args:
VITE_API_BASE_URL: "https://ckbapi.quwanzhi.com"
VITE_API_BASE_URL2: "/s2api"
VITE_API_WS_URL: "wss://kf.quwanzhi.com:9993"
VITE_USE_WORKPHONE_SDK: "true"
superadmin-web:
build:
args:
NEXT_PUBLIC_API_BASE_URL: "/api/v1/admin"
SUPERADMIN_API_PROXY_TARGET: "https://ckbapi.quwanzhi.com"