vps-docker-traefik-deploy

Installation
SKILL.md

VPS Docker Traefik Deploy

Overview

Use this skill to turn an application stack into a real production deployment plan with secure host setup, reverse proxying, registry-based releases, private admin access, persistent storage, backups, and rollback.

Prefer Ubuntu LTS or Debian stable. Prefer immutable image tags. Prefer Traefik for public ingress and SSH tunnels for admin-only access.

Workflow

  1. Establish facts before changing anything.
  2. Minimize the public network surface.
  3. Baseline the host with a non-root operator account.
  4. Install Docker from the official stable channel.
  5. Deploy Traefik separately from the app stack.
  6. Keep state outside container writable layers.
  7. Deploy app images by pull, not by rebuilding on the server.
  8. Validate health, backup, restore, rollback, and pruning.
Related skills

More from thienanblog/awesome-ai-agent-skills

Installs
4
GitHub Stars
59
First Seen
Apr 24, 2026