deployment

Automate Docker Compose and Proxmox LXC deployments with CLI commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kpiteira/ktrdr --skill deployment-kpiteira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/kpiteira/ktrdr/tree/main/.claude/skills/deployment
Command: npx skills add https://github.com/kpiteira/ktrdr --skill deployment-kpiteira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users through starting, scaling, and managing KTRDR environments, from local Docker Compose development to high-performance Proxmox LXC production deployments, and provides tools for rapid hotfixes.

Core Features & Use Cases

  • Development Environment Management: Provides commands for starting, stopping, scaling, and rebuilding Docker Compose services and host services for local development.
  • Patch Deployment: Enables fast preprod hotfixes by building CPU-only images locally and deploying them quickly, bypassing lengthy CI/CD pipelines for rapid iteration.
  • Production Deployment with Proxmox LXC: Explains the benefits and steps for deploying KTRDR to Proxmox LXC for superior performance, lower overhead, and template-based scaling.
  • Use Case: When a critical bug is found in preproduction, use the patch deployment feature to quickly build and deploy a fix to the preprod environment for testing, significantly reducing the time to resolution.

Quick Start

I need to start the full KTRDR development environment, including backend, frontend, and workers. Use the deployment skill to provide the necessary Docker Compose commands.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I deploy KTRDR from local development to production?

Deploy KTRDR using Docker Compose for local development environments and Proxmox LXC for production deployments. Docker Compose manages backend, frontend, and worker services locally, while Proxmox LXC provides superior performance and lower overhead for scaling at production scale.

Can I use Docker Compose and Proxmox LXC together for different deployment stages?

Yes. Docker Compose handles development and testing locally, patch-based preproduction hotfixes bypass CI/CD pipelines for rapid iteration, and Proxmox LXC manages high-performance production deployments. This multi-stage approach supports reproducible workflows from dev to prod.

How do I quickly deploy a hotfix to preproduction without running the full CI/CD pipeline?

Build CPU-only Docker images locally and deploy them via SSH-based patch deployment tooling to preproduction environments. This patch deployment feature significantly reduces time to resolution for critical bugs found in preproduction.

What infrastructure and tools do I need to deploy KTRDR at scale?

Deployment requires Docker Compose for local services, Proxmox LXC for production environments, SSH-based patch deployment tooling for hotfixes, and scriptable CLI commands for automation. These enable reproducible and scalable deployments across environments.

Does Docker Compose support scaling workers and services for development?

Yes. Docker Compose commands start, stop, scale, and rebuild services and host services for local development. This allows you to test scaling behavior and manage multiple workers during development before production deployment.

Why use Proxmox LXC for production instead of Docker?

Proxmox LXC deployments deliver superior performance and lower overhead compared to containerized approaches. Template-based scaling and infrastructure-level isolation make it ideal for high-performance production environments managing KTRDR at scale.