docs: add docker.md — full Docker distribution architecture plan

Covers all six services (jarvisChat, SearXNG, Qdrant, RabbitMQ,
llama-server, Ollama) with images, ports, volumes, healthchecks,
env mapping, secrets management, setup wizard spec, and back-out
procedure. Includes pre-v1.0 gate checklist and open decisions.

Also add .env, secrets/, searxng/ to .gitignore (these are
generated by setup.sh and contain secrets).
This commit is contained in:
gramps
2026-07-06 08:09:40 -07:00
parent 1dcd79ef96
commit 191ac2603f
2 changed files with 684 additions and 0 deletions
+3
View File
@@ -6,3 +6,6 @@ venv/
readme.md-
*.bak
hardware_state.json
.env
secrets/
searxng/