coolify-deploy

Deploy Coolify services with domains, SSL, and external networks.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/jota-batuta/batuta-dots --skill coolify-deploy-jota-batuta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coolify-deploy
Source: https://github.com/jota-batuta/batuta-dots/tree/main/BatutaClaude/skills/coolify-deploy
Command: npx skills add https://github.com/jota-batuta/batuta-dots --skill coolify-deploy-jota-batuta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This deployment guide standardizes and simplifies complex Coolify deployments for self-hosted PaaS, reducing setup time and configuration mistakes across multiple deployment patterns.

Core Features & Use Cases

  • One-Click Service deployments with automatic resource provisioning and minimum maintenance
  • Application from Git (Docker Compose) workflows for scalable, CI/CD-enabled deployments
  • Cross-Stack Networking guidance to connect services across stacks with external networks
  • Environment Variables, Domain configuration, and SSL provisioning for secure public access
  • Gotchas, best practices, and a quick deploy order to ensure reliable operational workflows

Quick Start

Deploy a new Coolify project using the one-click service pattern and verify SSL, domain, and networking settings.

Frequently Asked Questions about coolify-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Docker Compose deployments on Coolify from a Git repository?

Automating Docker Compose deployments on Coolify involves connecting your Git repository to enable CI/CD-enabled workflows. This approach standardizes scalable application deployments while ensuring consistent environment variable configuration and reliable domain assignment across updates.

What is the best way to provision automatic SSL and custom domains in Coolify?

Provisioning automatic SSL and custom domains in Coolify requires assigning a domain to your application to trigger HTTPS provisioning. This secures public access to your self-hosted PaaS services by automating SSL certificate generation and verification during deployment.

Can I use external networks for cross-stack networking between Coolify deployments?

You can use external networks for cross-stack networking in Coolify to connect isolated services across different stacks. This enables seamless communication between independently deployed applications without requiring them to reside within the same Docker Compose stack.

Does Coolify support one-click service deployments for self-hosted PaaS?

Coolify supports one-click service deployments for self-hosted PaaS with automatic resource provisioning. This pattern enables rapid setup of common services with minimum maintenance, reducing configuration mistakes and standardizing repeatable deployments across your infrastructure.

How do I verify a successful Coolify deployment after configuring environment variables?

Verifying a successful Coolify deployment involves running through a deployment verification checklist to confirm SSL, domain, and networking settings. This ensures your environment variables are properly applied and cross-stack connectivity functions as intended.

What are common deployment gotchas when setting up cross-stack networking in Coolify?

Common deployment gotchas in Coolify include misconfiguring external networks, which disrupts cross-stack connectivity, and skipping the deployment verification checklist. Following established best practices ensures environment variables, domains, and SSL provisioning are correctly applied.