Commit Graph

2 Commits

Author SHA1 Message Date
Matt 120f3d83a7 fix: Complete production compose with mcp-browser sidecar
Build and Push Docker Image / build (push) Successful in 2m6s Details
- Add mcp-browser service for LLM-driven browser automation
- Add MCP_BROWSER_URL env var for agent-sidecar communication
- Add all production env vars (BACKOFF_*, MAX_FILE_SIZE, SHELL_TIMEOUT)
- Add mcp_screenshots volume
- Keep CIRCUIT_BREAKER_COOLDOWN at 30s (not 300s)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 16:10:32 +01:00
Matt 825a70f021 feat: Add production docker-compose with pre-built image
Build and Push Docker Image / build (push) Successful in 1m50s Details
- docker-compose.yml: Development (builds from source)
- docker-compose.prod.yml: Production (pulls from registry)

Usage on production servers:
  docker compose -f docker-compose.prod.yml up -d

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-09 16:08:26 +01:00