This setup provides a Docker-based environment for running PHP, MySQL, Redis, and Nginx.
Ensure you have the following tools installed on your system:
- Docker (20.10 or newer)
- Docker Compose (v2.0 or newer)
Copy the provided .env.example file to .env and adjust the variables as needed:
cp .env.example .envRun the following command to build and start the containers in detached mode:
docker-compose up --build -dWeb Service (Nginx): http://localhost:9000