mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
roboco.dev is not ours, so the docs.roboco.dev custom domain can never resolve. Remove the docs/CNAME and the custom-domain site_url, and point the advertised docs URL at the free GitHub Pages project URL (https://rennf93.github.io/roboco/) — no DNS required.
945 B
945 B
RoboCo Deployment Guide
This guide has moved. Deploying RoboCo is now documented in the full docs site at rennf93.github.io/roboco (source under
docs/).
Jump straight to:
- Install & first run — the quickest path: clone, set two secrets,
docker compose up. - Deployment — the production guide: compose files, the single-origin nginx, host-path mounts, data persistence, secure mode, and startup ordering.
- Environment reference — every
ROBOCO_*setting with its default and purpose. - Data & migrations — the schema, pgvector, and how the stack self-migrates.
- Troubleshooting — the common deploy snags and their fixes.
Preview the site locally with make serve-docs.