Commit Graph
3 Commits
Author SHA1 Message Date
jason.woltje 8d7a1be7f5 fix(docker): strip hardcoded model/provider assumptions from fleet doc
ci/woodpecker/push/infra Pipeline was successful
Model choices and provider prereqs belong in onboarding/settings,
not static documentation.
2026-03-01 08:06:15 -06:00
jason.woltje 89767e26ef fix(docker): generic naming (mosaic-*), env-var-only config, no hardcoded values
- Renamed all jarvis-* to mosaic-* (generic for any deployment)
- Config files are .json.template with ${VAR} placeholders
- entrypoint.sh renders templates via envsubst at startup
- Ollama is optional: set OLLAMA_BASE_URL to auto-inject provider
- Model is configurable via OPENCLAW_MODEL env var
- No hardcoded IPs, keys, model names, or user preferences
- Updated README with full env var reference
2026-03-01 08:02:31 -06:00
jason.woltje 256171cc62 feat(docker): OpenClaw agent fleet compose + real configs (MS22-P1a) 2026-03-01 07:54:03 -06:00