This handles the production deployment side of Docker Compose with a focus on what actually breaks in prod. You get comprehensive templates with health checks, resource limits, logging configs, and security hardening like read-only filesystems and dropped capabilities. It covers the stuff people often skip in development: backup strategies, secrets management, network isolation, and restart policies. The Postgres tuning parameters and Redis persistence settings are opinionated but sensible. Use it when you're moving beyond docker-compose up and need configurations that won't wake you up at 3am. The security configurations are particularly thorough, going beyond the basics into seccomp profiles and proper user permissions.
npx skills add https://github.com/thebushidocollective/han --skill docker-compose-production