Coolify Self-Hosted PaaS
Deploy applications with Coolify, the self-hosted Vercel/Netlify alternative. Generates docker-compose configs, service definitions, environment management, SSL setup, and one-click deploy templates.
This skill helps you deploy and manage applications with Coolify on your own servers. It generates docker-compose configurations for custom services, sets up databases and caches from 280+ templates, configures custom domains with automatic SSL, manages environment variables across environments, sets up GitHub webhook deployments, and creates backup strategies. Covers Coolify API for automation and multi-server setups.
When to use
Use when self-hosting applications with Coolify, migrating from Heroku/Vercel to self-hosted, setting up CI/CD with webhooks, or managing multi-service deployments.
Examples
Full-stack deploy
Deploy a Next.js app with database and Redis
Configure Coolify to deploy my Next.js app with PostgreSQL and Redis on a Hetzner server: set up custom domain, SSL, environment variables, and GitHub push-to-deploy
Multi-service setup
Deploy a microservices architecture
Set up Coolify for a microservices app with 3 services, shared PostgreSQL, Redis queue, and Traefik routing — with staging and production environments