Tagged: docker
3 posts · all posts
- Deploying a Next.js app to a VPS the right way
7 July 2026
A full walkthrough for deploying a Next.js app to a plain VPS with Docker and Caddy, from provisioning the box to automatic HTTPS.
- A Docker Compose setup that works in production
7 July 2026
A production-ready docker-compose.yml for AI-built apps: app, Postgres, PgBouncer, and Caddy, plus the restart, health, and volume settings people forget.
- Why your AI app needs a staging environment
7 July 2026
Testing changes on your live app means your users are your test suite. Here's how to add a staging environment for a few euros a month.