Configuration Overview¶
This section provides comprehensive information about configuring the Invoice Ninja application deployment.
Configuration Areas¶
- Environment Variables - All required and optional environment variables
- Volume Mounts - Data persistence and volume configuration
- Service Configuration - Docker Compose service definitions
- Network Configuration - Network setup and port mappings
- Security Configuration - Security settings and best practices
Quick Reference¶
For quick deployment, copy .env.example to .env and configure these required variables:
APP_KEY- Generate withmake generate-keyDB_PASSWORD- Strong database passwordMAIL_*- SMTP configuration for production
See Environment Variables for complete details.