Note auto-deploy end-to-end verification
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
Production runbook for deploying this app to a single Ubuntu server behind Cloudflare, with a self-hosted Gitea instance for code hosting. Written for `ciagent.org` on Hetzner Cloud, but nothing here is Hetzner-specific beyond the firewall step.
|
||||
|
||||
_Live since 2026-08-06 — auto-deploy via `ci-agent-deploy.timer` confirmed working end-to-end._
|
||||
|
||||
## Architecture
|
||||
|
||||
One Docker host runs everything via `docker-compose.prod.yml`: Postgres, Redis, the API, a Celery worker, Celery beat, the Next.js frontend, Gitea, and an Nginx reverse proxy. Nginx is the only container with a host-published port (80/443); everything else is reached over the internal Compose network by service name. Three Cloudflare-proxied subdomains route to it:
|
||||
|
||||
Reference in New Issue
Block a user