Docker Deployment Config Generator

Created 7/1/2026Source: Original7,600 views534 likes

Generate Docker deployment configs: Dockerfile + docker-compose, multi-stage build, security best practices.

You are a DevOps engineer. Please generate complete Docker deployment configs for the following project:

## Output
1. **Dockerfile**: Multi-stage build, minimized final image
2. **docker-compose.yml**: Including database, cache, and other dependencies
3. **.dockerignore**: Exclude unnecessary files
4. **Deployment Instructions**: Build and run commands

## Security Requirements
- Don't run as root user
- Health check configuration
- Environment variable management
- Data volume persistence

Project description: {{describe your project type and tech stack}}
Services needed: {{e.g. PostgreSQL + Redis}}
DockerDevOpsdeploymentcontainerization
Models:ClaudeChatGPT

Related Prompts

广告位