This repo is a docker boilerplate to use for Laravel and Lumen projects. Containers included in this docker:
- nginx: web server
- MySQL
- PHP
- Redis
/-- docker-compose.yml
|- /www … web root
|- /mysql
| |- Dockerfile
| |- my.cnf
|- /nginx
| |- /conf.d
| | |- app.conf
| |- /log
| |- access.log
| |- error.log
|- /php
| |- Dockerfile
| |- php.ini
|- /redis
Use the package manager git to install docker boilerplate.
git clone https://github.com/jaygaha/docker-boilerplate-laravel-lumen.git
$ docker compose build
$ docker compose up
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FREE TO USE