fix: resolve staging blockers B1-B5, S6, X5 (quality review v1)
This commit is contained in:
+15
-2
@@ -11,14 +11,21 @@ services:
|
||||
- LLM_API_KEY=${LLM_API_KEY}
|
||||
- LLM_MODEL=${LLM_MODEL:-anthropic/claude-3.5-sonnet}
|
||||
- LLM_API_BASE=${LLM_API_BASE:-}
|
||||
- MCP_SERVER_URL=http://mcp-tools:8501
|
||||
- MCP_SERVER_URL=http://mcp-tools:8501/mcp
|
||||
- AUTH_TOKEN=${AUTH_TOKEN}
|
||||
- DB_PATH=/data/agent-platform.db
|
||||
- LOG_LEVEL=${LOG_LEVEL:-info}
|
||||
volumes:
|
||||
- agent-data:/data
|
||||
depends_on:
|
||||
- mcp-tools
|
||||
mcp-tools:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
start_period: 10s
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- agent-net
|
||||
@@ -36,6 +43,12 @@ services:
|
||||
environment:
|
||||
- MCP_HOST=0.0.0.0
|
||||
- MCP_PORT=8501
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "(echo > /dev/tcp/127.0.0.1/8501) >/dev/null 2>&1 || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
start_period: 10s
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- agent-net
|
||||
|
||||
Reference in New Issue
Block a user