11 lines
504 B
Plaintext
11 lines
504 B
Plaintext
|
|
# llm-gateway has NO secrets, but the Tailscale-only port bind needs one
|
||
|
|
# host-local value. Copy this file to .env (gitignored) next to
|
||
|
|
# docker-compose.yml; docker compose picks it up automatically.
|
||
|
|
|
||
|
|
# Tailscale IP of the PIHA node. Bind the listen socket ONLY to the mesh —
|
||
|
|
# never 0.0.0.0. Verify when rebuilding the host: tailscale ip -4.
|
||
|
|
TAILSCALE_BIND_IP=100.108.208.3
|
||
|
|
|
||
|
|
# Optional: override the Ollama upstream (defaults to SOLARIA over MagicDNS).
|
||
|
|
# OLLAMA_URL=http://solaria:11434/api/generate
|