Files
roboco/deployment.md
T
Renn F 28bb3b4374 docs: drop the unowned roboco.dev custom domain; serve on github.io
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.
2026-06-22 16:09:05 +02:00

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.