add-traefik-labels-coolify

Add Traefik labels and Coolify networking to existing docker-compose setups.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/chris78rey/en_construccion --skill add-traefik-labels-coolify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-traefik-labels-coolify
Source: https://github.com/chris78rey/en_construccion/tree/main/.opencode/skills/add-traefik-labels-coolify
Command: npx skills add https://github.com/chris78rey/en_construccion --skill add-traefik-labels-coolify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates adding Traefik labels and Coolify networking to an existing docker-compose, producing production-ready configurations without rewriting files.

Core Features & Use Cases

  • Auto-label Traefik for production-ready routing and automatic TLS
  • Configure Coolify networking so services can communicate safely
  • Validate port exposure and healthchecks to prevent misconfigurations

Quick Start

Use the add-traefik-labels-coolify skill to analyze a docker-compose and generate a ready-to-use patch with labels and networks.

Frequently Asked Questions about add-traefik-labels-coolify

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

FAQPage Schema
How do I add Traefik labels to a docker-compose file for Coolify?

To add Traefik labels to a docker-compose file for Coolify, this skill analyzes your existing setup and generates a ready-to-use patch with automatic TLS routing and shared external networking without rewriting the file.

What is the best way to configure Coolify networking for Docker Compose stacks?

Configuring Coolify networking for Docker Compose stacks involves setting up a shared external network so services communicate safely. This skill automates that network configuration alongside Traefik labeling for production readiness.

Does this Traefik automation validate port exposure and healthchecks?

Yes, this Traefik automation validates port exposure and healthchecks to prevent misconfigurations. It targets operational teams by ensuring safe defaults and production-ready configurations during the compose analysis phase.

Can I enable automatic TLS in Coolify without rewriting my entire docker-compose file?

Yes, you can enable automatic TLS in Coolify without rewriting your entire docker-compose file. This skill produces a patch that injects Traefik labels and network settings directly into your existing stack safely.

Why do my Docker Compose services fail to communicate after adding Traefik labels manually?

Docker Compose services fail to communicate after adding Traefik labels manually often due to missing shared external network configurations. This skill prevents such misconfigurations by automating both label generation and Coolify networking setup.