feat: add cloud control-plane deployment entrypoints

This commit is contained in:
Codex
2026-03-23 13:24:08 +08:00
parent 47c29c723a
commit 3ff757e22d
6 changed files with 277 additions and 0 deletions

15
compose.cloud.yaml Normal file
View File

@@ -0,0 +1,15 @@
services:
boss:
build: .
container_name: boss-control-plane
restart: unless-stopped
environment:
PORT: 43210
BOSS_DATA_FILE: .boss-data/cloud-store.json
ports:
- "43210:43210"
volumes:
- boss-data:/app/.boss-data
volumes:
boss-data: