同步 enhance/bridge/smoke/retire 模块、vendor 3.3.34、增强面板与 PRD 文档, Hub 接入 hub-routes-prd,含安装/经验/模块说明与 co-integration 运维脚本。 Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
306 B
YAML
15 lines
306 B
YAML
services:
|
|
persistent-chat:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: persistent-chat
|
|
restart: unless-stopped
|
|
environment:
|
|
HOME: /data
|
|
PCHAT_HTTP_PORT: "13458"
|
|
ports:
|
|
- "13458:13458"
|
|
volumes:
|
|
- ./data:/data/.persistent-chat-local
|