Files
goclaw/docker-compose.standalone.yml
T
Viet TranandClaude Opus 4.6 f3f4c67b36 Initial commit: GoClaw AI agent gateway
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>
2026-02-22 14:58:07 +07:00

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: