all templates
Deploy & Infra

Deploy Stack

Dockerfile, CI, Nomad job, and reverse proxy — push to main, be in production.

The pipeline underneath every template on this site, as a template itself: multi-stage Dockerfiles, a self-hosted CI workflow, Nomad service jobs with health checks, and Caddy auto-TLS wiring — from git push to HTTPS with no clicking.

What's inside

  • Multi-stage Dockerfiles for Bun, Node and Python
  • Self-hosted runner CI workflow
  • Nomad service jobs with health checks
  • Caddy reverse proxy with automatic TLS
  • Private registry setup
  • Rollback via version tags

Quickstart

$ git clone git@github.com:devai-io/deploy-stack.git my-infra$ cd my-infra$ cat README.md   # pick the stack variant you need

from production

The exact pipeline that deploys every app on this page — including this page.