Skip to content
Skill

dokploy-management

by majiayu000

AI Summary

Comprehensive guide for managing Dokploy instances via CLI, API, and production deployment patterns. This skill includes two CLI options: Or with direct API call:

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "dokploy-management" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/dokploy-management && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/dokploy-management/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/dokploy-management/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/dokploy-management/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/dokploy-management/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Use when deploying, managing, or troubleshooting Dokploy instances via the CLI (https://github.com/Dokploy/cli). Triggers: "dokploy deploy", "manage dokploy", "dokploy app", "dokploy database", "push to dokploy", "dokploy CI/CD", "dokploy authentication", "zero-downtime deployment", "dokploy docker-compose", "dokploy environment variables", "dokploy health checks". Provides comprehensive workflows for authentication, project/app/database management, environment variable sync, and production-ready CI/CD patterns with GitHub Actions.

Dokploy Management

Comprehensive guide for managing Dokploy instances via CLI, API, and production deployment patterns.

CLI Options

This skill includes two CLI options: | CLI | Coverage | Runtime | Best For | |-----|----------|---------|----------| | Custom CLI (./cli/) | ~90% of API | Deno (single binary) | Full control, CI/CD, automation | | Official CLI (@dokploy/cli) | ~8% of API | Node.js 18+ | Basic operations | Recommendation: Use the custom CLI for comprehensive API access and zero-dependency deployment.

Quick Reference (Custom CLI)

| Task | Command | Notes | |------|---------|-------| | Authenticate | dokploy auth login --url <url> --token <token> | Saves to ~/.config/dokploy/ | | Deploy app | dokploy app deploy <appId> | No interactive prompts | | Create compose | dokploy compose create --name <n> --environment <id> | Full compose support | | Manage domains | dokploy domain create --host <h> --app <id> | SSL, paths, ports | | Database ops | dokploy db create postgres --name <n> --environment <id> | All 5 DB types | | CI/CD | DOKPLOY_TOKEN=x dokploy app deploy <id> | Env var auth |

Option 1: Run with Deno

deno run --allow-all ./cli/mod.ts [command]

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
428 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars428
Forks72
Issues0
UpdatedToday
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code