coolify-compose

Convert Docker Compose configurations into Coolify-ready templates.

18|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/joshuadavidthomas/agentkit --skill coolify-compose
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coolify-compose
Source: https://github.com/joshuadavidthomas/agentkit/tree/main/skills/coolify-compose
Command: npx skills add https://github.com/joshuadavidthomas/agentkit --skill coolify-compose

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill converts Docker Compose configurations into Coolify-ready templates, enabling seamless migration of deployments to Coolify's templating system.

Core Features & Use Cases

  • Raw mode conversion: Convert a single docker-compose.yml instantly into a Coolify template with correct syntax, variables, and health checks.
  • Repository mode conversion: Convert multi-file repos with Docker Compose into Coolify-ready templates, preserving volumes, dependencies, and environment variables.
  • Use case: Migrate a 1-service uptime-kuma setup or a 3-service Plausible stack without manual rewrite.

Quick Start

Use the coolify-compose skill to convert your docker-compose.yml into a Coolify template.

Frequently Asked Questions about coolify-compose

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

FAQPage Schema
How do I convert a Docker Compose file to a Coolify template?▼

You can convert a Docker Compose file to a Coolify template by processing your configuration through the coolify-compose skill. It automatically translates ports, volumes, environment variables, dependencies, and healthchecks into a compatible Coolify template format.

What is the best way to migrate a multi-service Docker Compose stack to Coolify?▼

The best way to migrate a multi-service Docker Compose stack to Coolify is using repository mode conversion. This process handles multi-file repos, preserving volumes, dependencies, and environment variables across complex deployments like a 3-service Plausible stack.

Can I convert a single-service Docker Compose deployment into Coolify syntax?▼

Yes, you can convert a single-service Docker Compose deployment into Coolify syntax using raw mode conversion. This instantly translates a single docker-compose.yml file into a Coolify-ready template with correct variables and health checks.

Does Coolify template conversion support environment variables and volumes from Docker Compose?▼

Yes, Coolify template conversion supports environment variables and volumes from Docker Compose. The conversion process preserves your original volumes, dependencies, and environment variables to emit a compatible Coolify template.

When should I use raw mode versus repository mode for Docker Compose to Coolify conversion?▼

Use raw mode for converting a single docker-compose.yml instantly into a Coolify template. Use repository mode when converting multi-file repositories with Docker Compose into Coolify-ready templates while preserving volumes and dependencies.