What problem does it solve? Deploying Docker Compose applications to production requires handling security hardening, resource limits, health checks, logging, backups, and high availability, and misconfiguring any of these leads to outages, data loss, or security breaches. ## Core Features & Use Cases - Production Templates: Provides complete Compose configurations covering Nginx reverse proxies, API services, workers, PostgreSQL, Redis, and automated backup jobs. - Security Hardening: Applies read-only filesystems, dropped capabilities, non-root users, Docker secrets, and internal networks to reduce attack surface. - Reliability & Observability: Configures health checks, restart policies, resource limits, rolling updates, and a Prometheus/Grafana/Loki monitoring stack. - Use Case: When moving a multi-service application from local development to a production server, use this Skill to generate a hardened Compose file with secrets management, database backups, and zero-downtime update strategies. ## Quick Start Generate a production-ready Docker Compose configuration for my web application with PostgreSQL, Redis, health checks, resource limits, and automated daily backups.