Create a production-ready Docker Compose configuration with networking, volumes, and health checks.
Help me create a production-ready Docker Compose stack. Stack components: - Application services: [list services] - Database: [PostgreSQL/MySQL/MongoDB] - Cache: [Redis/Memcached] - Message queue: [RabbitMQ/Kafka] - Reverse proxy: [Nginx/Traefik] - Monitoring: [Prometheus/Grafana] Requirements: 1. Production-grade configuration 2. Custom networks for service isolation 3. Named volumes with backup considerations 4. Health checks for all services 5. Resource limits and reservations 6. Environment variable management 7. Logging configuration 8. Restart policies 9. SSL/TLS termination Please include both docker-compose.yml and docker-compose.override.yml for development.
Or press ⌘C to copy