# Copy to .env next to docker-compose.yml (gitignored); docker compose picks # it up automatically. Same convention as services/kb-query. # LAN IP of PIHA. The published port (11434) binds ONLY to this interface — # never 0.0.0.0. Verify after host rebuilds: ip -4 addr. Same value as # kb-query's LAN_BIND_IP (services/kb-query/env.example) — both containers # run on the same node. LAN_BIND_IP=192.168.31.5