Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Docker-Compose for Project #13

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

qrodgers13
Copy link

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.

This is the scaffold for setting up this project using `docker-compose` using Laravel, MySQL, & Nginx.
Updated the README with more specific instructions.
Copy link

@PiousSutherland PiousSutherland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the changes in composer.lock necessary?
It seems like multiple THOUSAND changes are a tad overkill...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants