8 lines
399 B
Plaintext
8 lines
399 B
Plaintext
|
|
# ollama-piha — copy to .env (gitignored) next to docker-compose.yml; docker
|
||
|
|
# compose picks it up automatically. Same convention as services/kb-query.
|
||
|
|
|
||
|
|
# LAN IP of PIHA. The published port (11434) binds ONLY to 127.0.0.1 and this
|
||
|
|
# interface — never 0.0.0.0. kb-query's EMBED_FALLBACK_URL points at
|
||
|
|
# http://<LAN_BIND_IP>:11434. Verify after host rebuilds: ip -4 addr.
|
||
|
|
LAN_BIND_IP=192.168.31.5
|