fix: add CURRENT_PAGE definition, real usage tracking, swarm integration

This commit is contained in:
2026-03-04 12:21:18 -08:00
parent 318a54425b
commit 4c65c520fd
4 changed files with 2424 additions and 1 deletions

View File

@@ -10,9 +10,12 @@ services:
- DB_PATH=/app/data/tasks.db
- WIKI_DIR=/app/wiki
- AGENTS_DIR=/app/agents
- SESSIONS_DIR=/app/agents
- SWARM_TASKS_FILE=/app/swarm/active-tasks.json
- OPENCLAW_CONFIG=/app/config/openclaw.json
volumes:
- ./data:/app/data
- /home/bear/.openclaw/workspace/wiki:/app/wiki
- /home/bear/.openclaw/agents:/app/agents:ro
- /home/bear/.clawdbot:/app/swarm:ro
- /home/bear/.openclaw/openclaw.json:/app/config/openclaw.json:ro