feat(harness): sync production-ready fixes (context, circuit-breaker, ports)
This commit is contained in:
+4
-4
@@ -6,7 +6,7 @@ services:
|
|||||||
container_name: harness-redis
|
container_name: harness-redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:6379:6379"
|
- "6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
- redis-data:/data
|
- redis-data:/data
|
||||||
command: redis-server --appendonly yes --maxmemory 256mb --maxmemory-policy allkeys-lru
|
command: redis-server --appendonly yes --maxmemory 256mb --maxmemory-policy allkeys-lru
|
||||||
@@ -21,7 +21,7 @@ services:
|
|||||||
container_name: harness-router
|
container_name: harness-router
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:9000:9000"
|
- "0.0.0.0:9000:9000"
|
||||||
environment:
|
environment:
|
||||||
- REDIS_URL=redis://redis:6379
|
- REDIS_URL=redis://redis:6379
|
||||||
- GPU_MOE_URL=http://192.168.68.15:8080/v1
|
- GPU_MOE_URL=http://192.168.68.15:8080/v1
|
||||||
@@ -44,7 +44,7 @@ services:
|
|||||||
container_name: harness-litellm
|
container_name: harness-litellm
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8081:4000"
|
- "0.0.0.0:8081:4000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./litellm_config.yaml:/app/config.yaml
|
- ./litellm_config.yaml:/app/config.yaml
|
||||||
environment:
|
environment:
|
||||||
@@ -82,7 +82,7 @@ services:
|
|||||||
container_name: harness-dashboard
|
container_name: harness-dashboard
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:3000:3000"
|
- "0.0.0.0:3002:3000"
|
||||||
environment:
|
environment:
|
||||||
- REDIS_URL=redis://redis:6379
|
- REDIS_URL=redis://redis:6379
|
||||||
- GPU_SIDECARS=192.168.68.15:8090,192.168.68.8:8090,192.168.68.110:8090
|
- GPU_SIDECARS=192.168.68.15:8090,192.168.68.8:8090,192.168.68.110:8090
|
||||||
|
|||||||
+187
-675
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user