feat(harness): sync production-ready fixes (context, circuit-breaker, ports)

This commit is contained in:
2026-06-12 13:10:38 -04:00
parent a992d4b88f
commit 3625fdc860
2 changed files with 191 additions and 679 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ services:
container_name: harness-redis
restart: unless-stopped
ports:
- "127.0.0.1:6379:6379"
- "6379:6379"
volumes:
- redis-data:/data
command: redis-server --appendonly yes --maxmemory 256mb --maxmemory-policy allkeys-lru
@@ -21,7 +21,7 @@ services:
container_name: harness-router
restart: unless-stopped
ports:
- "127.0.0.1:9000:9000"
- "0.0.0.0:9000:9000"
environment:
- REDIS_URL=redis://redis:6379
- GPU_MOE_URL=http://192.168.68.15:8080/v1
@@ -44,7 +44,7 @@ services:
container_name: harness-litellm
restart: unless-stopped
ports:
- "127.0.0.1:8081:4000"
- "0.0.0.0:8081:4000"
volumes:
- ./litellm_config.yaml:/app/config.yaml
environment:
@@ -82,7 +82,7 @@ services:
container_name: harness-dashboard
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
- "0.0.0.0:3002:3000"
environment:
- REDIS_URL=redis://redis:6379
- GPU_SIDECARS=192.168.68.15:8090,192.168.68.8:8090,192.168.68.110:8090