Skip to content

Add Docker Compose and Docker Images for PHP 8.2+ Development Environment #9

@niden

Description

@niden

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 request

Projects

Status

Implemented

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions