This is a complete laravel environment using docker-compose with the following services: nginx, queue daemon, redis, mysql, scheduler and node js.
To run this project you need to have docker and docker-compose installed in your machine.
Take the following steps:
- clone this repository by executing the following command: 'git clone https://github.com/jjuanrivvera99/laravel-nginx-mysql-docker'
- change directory: 'cd laravel-nginx-mysql-docker'
- run command: 'docker-compose up -d --build'
- run command: 'docker-compose exec app setup'
- run command: 'docker-compose exec app permissions'
- run command: 'docker-compose exec app fix'
The Laravel framework is open-source software licensed under the MIT license.