[ORCH-103] Docker Compose integration for orchestrator #204

Closed
opened 2026-02-02 18:58:24 +00:00 by jason.woltje · 0 comments
Owner

Add orchestrator service to docker-compose.yml.

Acceptance Criteria

  • orchestrator service added to docker-compose.yml
  • Depends on: valkey, coordinator
  • Environment variables configured (VALKEY_URL, COORDINATOR_URL, CLAUDE_API_KEY)
  • Volume mounts: /var/run/docker.sock (for Docker-in-Docker), /workspace (git operations)
  • Health check configured
  • Port 3001 exposed

Dependencies

  • Blocked by: #ORCH-101

Technical Notes

See ORCHESTRATOR-MONOREPO-SETUP.md Section 3.3 for docker-compose.yml template.

Add orchestrator service to docker-compose.yml. ## Acceptance Criteria - [ ] orchestrator service added to docker-compose.yml - [ ] Depends on: valkey, coordinator - [ ] Environment variables configured (VALKEY_URL, COORDINATOR_URL, CLAUDE_API_KEY) - [ ] Volume mounts: /var/run/docker.sock (for Docker-in-Docker), /workspace (git operations) - [ ] Health check configured - [ ] Port 3001 exposed ## Dependencies - Blocked by: #ORCH-101 ## Technical Notes See `ORCHESTRATOR-MONOREPO-SETUP.md` Section 3.3 for docker-compose.yml template.
jason.woltje added this to the M6-AgentOrchestration (0.0.6) milestone 2026-02-02 18:58:24 +00:00
jason.woltje added the orchestrator label 2026-02-02 18:58:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#204