fix: update docker-compose.yml SIDECAR_URL to port 8080
This commit is contained in:
parent
45417068ae
commit
1ef8a497f6
@ -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:-}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user