Laravel-From-Scratch-Blog-Project icon indicating copy to clipboard operation
Laravel-From-Scratch-Blog-Project copied to clipboard

Setup Docker-Compose for Project

Open qrodgers13 opened this issue 2 years ago • 0 comments

This PR is to setup the scaffold for using docker-compose in order to quickly spin up this example project. This PR will create three containers (Nginx, Laravel App, MySQL DB) and allow the user to spin these up by using docker-compose up.

There will be some initial installation of creating the artisan key and seeding the database upon initial setup which are included in the README updates.

Inspiration for this PR came from CloudSigma blog post and modified for this tutorial.

qrodgers13 avatar Jan 04 '23 21:01 qrodgers13