mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-07-31 08:25:03 +00:00
Multi-agent AI gateway with WebSocket RPC, HTTP API, and messaging channel integrations. Go port of OpenClaw with multi-tenant PostgreSQL, per-user isolation, security hardening, and production observability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
456 B
YAML
20 lines
456 B
YAML
# Standalone overlay — file-based storage with persistent volumes.
|
|
#
|
|
# Usage:
|
|
# docker compose -f docker-compose.yml -f docker-compose.standalone.yml up
|
|
|
|
services:
|
|
goclaw:
|
|
volumes:
|
|
- ./config.json:/app/config.json:ro
|
|
- goclaw-workspace:/app/workspace
|
|
- goclaw-data:/app/data
|
|
- goclaw-sessions:/app/sessions
|
|
- goclaw-skills:/app/skills
|
|
|
|
volumes:
|
|
goclaw-workspace:
|
|
goclaw-data:
|
|
goclaw-sessions:
|
|
goclaw-skills:
|