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

Enhancement: Adding Docker configuration for easy setup #92

Closed
wants to merge 3 commits into from

Conversation

SecondeJK
Copy link

@SecondeJK SecondeJK commented Feb 15, 2021

As referenced in Issue #91 : this PR contains a full stack Docker setup with step by step installation instructions in the ReadMe file. The Dockerfile is currently set to PHP7.4, which matches the current requirements of the codebase.

Note: with a Docker setup, this will require maintainence.
Note: the MySQL raw seeder creates an ozzie_test database which can be then used when creating the test suite for the project.

Closes #91.

@mattstauffer
Copy link
Member

Hey @SecondeJK -- thank you so much for your work here. However, i had forgotten just how heavy Docker configs could be.

Is there any chance you could explore implementing this with Sail instead? Or maybe Vessel? Basically something that's simpler, less code in the repo, and also less code for us to maintain.

Thanks so much!

@SecondeJK
Copy link
Author

No worries, I'll close this and have a look at using Sail (I've not used it before so it should be a good learning exercise!)

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.

Enhancement request: Docker config for local development
2 participants