Coolify v4 Deployment

Automate Lumira V2 deployment on Coolify v4 with environment variables and health checks.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/tachfineamnay/LumiraV2 --skill coolify-v4-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Coolify v4 Deployment
Source: https://github.com/tachfineamnay/LumiraV2/tree/main/skills/10-coolify
Command: npx skills add https://github.com/tachfineamnay/LumiraV2 --skill coolify-v4-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying and maintaining Lumira V2 on Coolify v4 can be complex, requiring manual app setup, environment configuration, and ongoing orchestration across multiple services (Web, API, and PostgreSQL). This Skill encapsulates the deploy, configuration, and lifecycle tasks into a repeatable workflow.

Core Features & Use Cases

  • Automated multi-app deployment on Coolify v4 for Web (SocioPulse and MedicoPulse) and API, plus PostgreSQL.
  • Centralized environment and secret management, health checks, database migrations, and rollback strategies.
  • GitHub-based auto-deploy, DNS routing, and SSL provisioning to ensure production-grade reliability.

Quick Start

Configure a Coolify project by defining the apps (Web for SocioPulse, Web for MedicoPulse, API), and the PostgreSQL database, set environment variables (API URLs, secrets), enable auto-deploy on main, connect domains, and verify health endpoints.

Frequently Asked Questions about Coolify v4 Deployment

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

FAQPage Schema
How do I automate multi-app deployment with PostgreSQL on Coolify v4?

Yes, GitHub auto-deploy is supported by connecting your repository and enabling automatic deployments on the main branch, which triggers lifecycle management tasks like database migrations and health checks across your Coolify v4 environments.

What's the best way to manage environment variables and secrets for Docker deployments on Coolify?

The best way to manage environment variables and secrets for Docker deployments on Coolify is through centralized configuration, setting API URLs, database credentials, and application secrets directly within the Coolify project to ensure secure containerized operations.

How does Coolify v4 handle DNS routing and SSL provisioning for containerized web applications?

Coolify v4 handles DNS routing and SSL provisioning by connecting custom domains to your deployed applications, automatically generating SSL certificates to ensure production-grade reliability and secure access to your Web and API services.

Can I implement rollback strategies and health checks for my API and PostgreSQL services on Coolify?

Yes, you can implement rollback strategies and health checks for API and PostgreSQL services on Coolify by verifying health endpoints and enforcing lifecycle management policies, ensuring reliable operations and automated recovery during deployment failures.