feat: expose boss via nginx base path

This commit is contained in:
Codex
2026-03-23 13:31:23 +08:00
parent bc04c439fb
commit 5c3636fe6a
9 changed files with 149 additions and 44 deletions

View File

@@ -6,6 +6,7 @@ services:
environment:
PORT: 43210
BOSS_DATA_FILE: .boss-data/cloud-store.json
BOSS_BASE_PATH: /boss
ports:
- "43210:43210"
volumes: