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

[Feature Request]: Integrating Docker into the project #139

Open
Ratangulati opened this issue Jul 14, 2024 · 3 comments
Open

[Feature Request]: Integrating Docker into the project #139

Ratangulati opened this issue Jul 14, 2024 · 3 comments
Labels
enhancement New feature or request Priority High

Comments

@Ratangulati
Copy link

Docker is a must for open-source projects nowadays as it has its benefits.

Use Case
Dockerfile has many benefits but consistency and isolation stand out the most.

Docker allows you to package your entire application, including its dependencies, into a single container. That makes sure your application will run across different environments.
another benefit is that it runs in its environment without interfering with other applications or the host system.

I will also be updating the docs for it.

@dvjsharma
Copy link
Owner

Would be good @Ratangulati, go ahead. I'll suggest to have separate Dockerfiles for client and server, since we'll eventually be deploying these as separate entities. Also, how will you manage the MySQL database? (as of now, we are manually populating DB, but this should be automated by migrate scripts, PR is up).

@dvjsharma
Copy link
Owner

Hey @Ratangulati, any updates on this?

@dvjsharma
Copy link
Owner

This issue is open for assignment

@dvjsharma dvjsharma removed gssoc GSSoC'24 label level3 labels Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority High
Projects
None yet
Development

No branches or pull requests

2 participants