Update IPs for Main PC and LXC Fallback Brain

This commit is contained in:
Tudorel Oprisan 2026-06-09 12:37:34 +01:00
parent 8fab2f3801
commit 4ea94f7d60

View File

@ -7,8 +7,8 @@ services:
ports:
- "9000:9000"
environment:
- MAIN_PC_URL=http://10.0.4.x:8080/v1
- LOCAL_SLM_URL=http://llama-slm:8080/v1
- MAIN_PC_URL=http://10.0.4.11:8080/v1
- LOCAL_SLM_URL=http://10.0.4.200:8080/v1
- OPENAI_API_KEY=${OPENAI_API_KEY}
depends_on:
- llama-slm