Generate Docker Compose files for your stack.
{{services}}Required services
Example: Node.js app, PostgreSQL, Redis
{{environment}}Environment type
Example: Development
{{networking_requirements}}Network setup
Example: Internal network, expose only app port
{{volume_requirements}}Data persistence
Example: Persist database data
{{additional_requirements}}Other requirements
Example: Hot reloading for development
Create production Docker Compose for Flask, MongoDB, and Nginx with SSL termination and data persistence.