fix: update docker-compose.yml SIDECAR_URL to port 8080

This commit is contained in:
root 2026-06-15 13:23:09 +00:00
parent 45417068ae
commit 1ef8a497f6

View File

@ -7,7 +7,7 @@ services:
ports: ports:
- "9001:9000" - "9001:9000"
environment: environment:
- SIDECAR_URL=http://10.0.4.11:8081 - SIDECAR_URL=http://10.0.4.11:8080
- MAIN_PC_URL=http://10.0.4.11:8080/v1 - MAIN_PC_URL=http://10.0.4.11:8080/v1
- FALLBACK_SLM_URL=http://10.0.4.200:8080/v1 - FALLBACK_SLM_URL=http://10.0.4.200:8080/v1
- OPENROUTER_API_KEY=${OPENROUTER_API_KEY:-} - OPENROUTER_API_KEY=${OPENROUTER_API_KEY:-}