dokploy-management

Automate Dokploy deployments via CLI, API, and GitHub Actions templates.

1|1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/watzon/claude-code --skill dokploy-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dokploy-management
Source: https://github.com/watzon/claude-code/tree/main/skills/dokploy-management
Command: npx skills add https://github.com/watzon/claude-code --skill dokploy-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides comprehensive tooling and workflows to manage Dokploy deployments from the CLI and API, enabling repeatable, automated release processes.

Core Features & Use Cases

  • Authentication & account management: Interactive setup and environment variable management for secure, reproducible access.
  • Deployment workflows: End-to-end deployment of applications, databases, and multi-service stacks with production-safe patterns including zero-downtime.
  • CI/CD templates: GitHub Actions templates and integration patterns to automate builds, tests, and deployments.
  • Environment management: Safe synchronization of environment variables with backups and health checks across multiple environments.
  • Monitoring & troubleshooting: Health checks, status reporting, and rollback-ready guidance for reliable operations.

Quick Start

Install the Dokploy CLI, authenticate, and deploy your first application.

Frequently Asked Questions about dokploy-management

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

FAQPage Schema
How do I automate Dokploy deployments using CI/CD workflows?

Automate Dokploy deployments by leveraging provided GitHub Actions templates and CLI integration patterns to trigger builds, tests, and releases. This Skill supplies production-safe patterns to manage end-to-end application and database deployments with automated health checks.

What is the best way to manage environment variables across multiple Dokploy environments?

Managing environment variables across multiple Dokploy environments requires safe synchronization with backups and health checks. This Skill provides workflows to handle environment-specific configurations securely and ensure reproducible access across your deployment targets.

Do I need curl and jq installed to manage Dokploy deployments via CLI?

Yes, you need curl and jq installed as dependencies to manage Dokploy deployments via CLI. These tools enable the Skill to interact with the Dokploy API, parse JSON responses, and execute robust error handling and rollback strategies.

Can I achieve zero-downtime deployment for multi-service stacks on Dokploy?

Yes, you can achieve zero-downtime deployment for multi-service stacks on Dokploy. The Skill provides production-safe patterns for deploying applications, databases, and multi-service stacks, including status reporting and rollback-ready guidance for reliable operations.

How does Dokploy handle rollback strategies during a failed application deployment?

Dokploy rollback strategies during a failed application deployment rely on the Skill's monitoring and troubleshooting workflows. It provides health checks, status reporting, and rollback-ready guidance to ensure reliable operations and quick recovery from deployment failures.