-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Copy link
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
Create a Docker Compose setup and corresponding Docker images to help developers quickly boot up the development environment for this project. The environment should support PHP 8.2+, MySQL, and Redis.
Details
- Provide a
docker-compose.yml
file that defines services for:- PHP 8.2+ (with necessary extensions for the project)
- MySQL (latest stable version)
- Redis (latest stable version)
- Include Dockerfiles for custom PHP image if needed.
- Document usage instructions in the repository README or a separate setup guide.
- Ensure services are networked correctly and configured for local development.
- Optionally, provide sample environment variables and default credentials for local use.
Benefits
- Simplifies onboarding for new contributors
- Standardizes development environment
- Reduces setup time and environment-related issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Implemented