fix: add CURRENT_PAGE definition, real usage tracking, swarm integration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user