mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
feat: disable agents service by default using Docker profiles
- Add 'agents' profile to archon-agents service - Remove archon-agents as dependency from archon-mcp service - Service now only starts with --profile agents flag - Prevents startup issues while agents service is under development - All core functionality continues to work without agents 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -91,7 +91,6 @@ services:
|
||||
- app-network
|
||||
depends_on:
|
||||
- archon-server
|
||||
- archon-agents
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
healthcheck:
|
||||
@@ -109,6 +108,8 @@ services:
|
||||
|
||||
# AI Agents Service (ML/Reranking)
|
||||
archon-agents:
|
||||
profiles:
|
||||
- agents # Only starts when explicitly using --profile agents
|
||||
build:
|
||||
context: ./python
|
||||
dockerfile: Dockerfile.agents
|
||||
|
||||
Reference in New Issue
Block a user