generate_docker_setup
Generate production-ready Docker setup with multi-stage Dockerfile, docker-compose (non-root, healthchecks, DB/Redis), and Nginx reverse proxy with SSL for Node, Python, or static apps.
Instructions
Generates production-ready, multi-stage Dockerfile, docker-compose.yml (with non-root execution, healthchecks, db/redis integration), and Nginx reverse proxy configs with SSL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_type | Yes | Application technology stack | |
| includes_db | No | Include PostgreSQL / MongoDB container in docker-compose | |
| reverse_proxy | No | Reverse proxy integration (default: 'nginx') | |
| includes_redis | No | Include Redis container in docker-compose |