Docker Compose (VPS) → Coolify
easyCoolify is a self-hosted Vercel/Netlify alternative. Auto-deploys from Git, manages SSL, databases, and Docker apps on your own server.
Estimated: 2-4h · 5 steps
Progress0%
Step 1: Install Coolify
One-command install on any VPS (Ubuntu 22.04+).
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash
Step 2: Add your server
Open Coolify dashboard (your-ip:8000). Add localhost or remote servers via SSH.
Step 3: Import project
New Resource → pick your Git provider → select repo. Coolify detects Dockerfile or Nixpacks buildpack.
Step 4: Configure environment
Add env variables in Coolify UI. Map ports, volumes, and domains.
Step 5: Add databases
Coolify has one-click PostgreSQL, MySQL, Redis, MongoDB. Connect via internal network.
✓ App deploys and auto-updates on git push