docker-runbook

Provide Docker operational guidance for VaultCPA infrastructure.

Updated Sep 22, 2025
One-click install
npx skills add https://github.com/galactivale/financeocr --skill docker-runbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-runbook
Source: https://github.com/galactivale/financeocr/tree/main/.claude/skills/docker-runbook
Command: npx skills add https://github.com/galactivale/financeocr --skill docker-runbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides operational guidance for managing VaultCPA's Docker infrastructure, including common commands, troubleshooting procedures, and deployment workflows.

Core Features & Use Cases

  • Quick Reference Commands: Essential docker-compose commands to manage the multi-service stack.
  • Troubleshooting & Health Checks: Steps to diagnose and resolve common container issues.
  • Deployment Procedures: Dev and production deployment workflows with rollback guidance.

Quick Start

From the project root, run docker-compose up -d to start all services. If issues occur, consult the logs with docker-compose logs -f backend and follow health checks.