Environment variable template covering:
- Application and security configuration
- Database and Redis settings
- Object storage (MinIO/S3) configuration
- AI provider settings (OpenAI, Anthropic, etc.)
- Security and antivirus (ClamAV) settings
- Email and SMTP configuration
- Logging and monitoring setup
- Business logic and user limits
- External service integrations
- Development and testing options
- Feature flags and toggles
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Multi-stage Dockerfile with:
- Alpine Linux base for minimal size (<300MB target)
- Separate stages for builder, production, worker, and development
- Security-focused with non-root user execution
- VIPS library integration for image processing
- pnpm package manager support
- Health checks and proper signal handling with tini
- Optimized layer caching and dependency installation
- Production and development configurations
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Provides comprehensive development stack with:
- PostgreSQL 16 with health checks and initialization scripts
- Redis 7 for caching and job queues
- MinIO for S3-compatible object storage with auto bucket creation
- ClamAV for antivirus scanning capabilities
- MailHog for email testing
- Proper networking, volumes, and health checks
- Development-optimized configurations
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>