2026-06-09 13:48:43 +03:00
|
|
|
version: '3.8'
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
# The Intelligence Router
|
|
|
|
|
router:
|
2026-06-09 19:34:07 +03:00
|
|
|
build: .
|
2026-06-09 13:48:43 +03:00
|
|
|
ports:
|
2026-06-09 19:34:07 +03:00
|
|
|
- "9001:9000"
|
2026-06-09 13:48:43 +03:00
|
|
|
environment:
|
2026-06-15 16:23:09 +03:00
|
|
|
- SIDECAR_URL=http://10.0.4.11:8080
|
2026-06-09 14:37:34 +03:00
|
|
|
- MAIN_PC_URL=http://10.0.4.11:8080/v1
|
2026-06-15 04:13:36 +03:00
|
|
|
- FALLBACK_SLM_URL=http://10.0.4.200:8080/v1
|
|
|
|
|
- OPENROUTER_API_KEY=${OPENROUTER_API_KEY:-}
|
|
|
|
|
restart: unless-stopped
|