homelab-codex-ws/services/ollama
oskar 38cb204a64 fix(ollama): declare service on SOLARIA, restrict bind, add cutover runbook
Ollama's service.yaml/docker-compose.yml declared owner_node: solaria but
was never added to hosts/solaria/services.yaml, the manifest deploy-node.sh
actually reads — so it stayed running manually/natively instead of via the
declarative pipeline. Add the missing entry.

Also switch the port publish from 0.0.0.0 to loopback + TAILSCALE_BIND_IP
(same convention as llm-gateway@PIHA), since this is a private service and
llm-gateway@PIHA is the only consumer beyond the host itself.

Live cutover (relocating the existing native model store, disabling the
systemd unit, bringing up the container, verifying bge-m3 embeddings +
GPU use) is documented in docs/infra/ollama-solaria-cutover-2026-07-15.md
but not executed here — no SSH access to SOLARIA from this worktree.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-15 16:09:08 +02:00
..
docker-compose.yml fix(ollama): declare service on SOLARIA, restrict bind, add cutover runbook 2026-07-15 16:09:08 +02:00
env.example fix(ollama): declare service on SOLARIA, restrict bind, add cutover runbook 2026-07-15 16:09:08 +02:00
healthcheck.sh Add node capability model 2026-05-11 20:46:50 +02:00
README.md Add node capability model 2026-05-11 20:46:50 +02:00
service.yaml Add node capability model 2026-05-11 20:46:50 +02:00

Ollama

Get up and running with large language models locally.

Usage

Deployed on the solaria node for GPU acceleration.

API is available on port 11434.

Example check:

curl http://localhost:11434/api/tags