/docker-laravel-nginx

Docker + Nginx images for Laravel development

Primary LanguageDockerfileMIT LicenseMIT

Docker images for Laravel development

Github Workflow

Requirements

These images requires Docker and Docker Compose.

Installation

  1. Copy docker-compose.yml file to your laravel project root path, and edit it according to your needs ;

  2. Copy content of .env.example file and put it into your laravel .env file with desired values ;

  3. From your project directory, start up your application by running:

docker-compose up

Docker Images

These docker images are configured in docker-compose.yml file. You can comment or uncomment some services according to your project.

Contributing

Contributions are welcome! Leave an issue on Github, or create a Pull Request.

Licence

This work is under MIT licence.