-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Local docker environment setup #30
Local docker environment setup #30
Conversation
Thanks for sending this @jpvanegasc! I haven't used Docker much, so I will need some time to test this. Do you happen to know if this will affect the GitHub Codespaces setup in any way? |
@stefmolin No worries, let me know if you have any questions or comments! As for the GitHub Codespaces, it shouldn't. I did a short smoke test and it seems that it still works fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jpvanegasc – this worked on my machine. I did notice a Docker warning, and I also think the Docker instructions could be reworked so it is easier to follow.
@stefmolin Made the changes you suggested; let me know if you have any more comments! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again for this, @jpvanegasc!
This PR includes docker configuration files for setting up the project locally via docker-compose. Instructions on how to do so have also been added to the README.