-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add Docker Support for Easier Project Setup and Deployment #360
Comments
@jvJUCA , what do you think of this ? |
Hi, @TheMohit2003 |
Hey @ritikprajapat21 , I have already created a docker file for this . I am just waiting for project owners for their opinion. |
Dear @TheMohit2003 , Thank you for initiating the discussion and proposing the implementation of Docker support for our project. Our team fully supports this decision and believes it will greatly benefit both current and future contributors. Having Docker support will streamline the setup process, making it easier for everyone to get started with the project regardless of their system configurations. This will undoubtedly enhance collaboration and ensure consistency across development environments. We would be incredibly grateful if you could proceed with this contribution. Your effort in implementing Docker support will undoubtedly make a significant impact on the project, enabling smoother onboarding for contributors and fostering a more cohesive development experience. If you need any assistance or have any questions throughout the process, please don't hesitate to reach out. Once again, thank you for your initiative and dedication to improving our project. Best regards, |
@TheMohit2003 Are you currently adding Docker support for dev env? |
@asr2003 , yes . |
@TheMohit2003 Good initiative. Good Luck ! |
@jvJUCA Should we add Nginx to serve our Vue app, or just use |
Dear @TheMohit2003 , Our team prefers sticking with serve to expose our Vue application on a port. We've chosen this approach due to its simplicity and ease of configuration. serve is a lightweight and straightforward tool for serving static files, requiring minimal setup. Best regards, |
hey @TheMohit2003 have you manage to do Docker setup??? I am also interested in doing so if you have no issues |
@Tufailahmed-Bargir , yep, already done . Will push it soon . |
does doing Docker setup is challenging?? |
Sorry for late answering. 🙏 |
Hello, @TheMohit2003 you can follow up as described on the review of your PR: #395 |
@KarinePistili yeah , I will make changes to the file as said . |
Feature Description 📝
Implement Docker support for the project to streamline the setup process, ensuring that all contributors can work within a consistent and isolated development environment. This includes creating a Dockerfile for the application and, if necessary, a docker-compose.yml file to manage multi-container setups, including the application and its database.
Motivation 🌟
The motivation behind this proposal stems from numerous setup issues faced by contributors, attributed to varying system configurations and dependency management challenges. These issues not only hinder new contributors from setting up the project efficiently but also introduce inconsistencies across development environments.
Expected Behavior 🤔
The text was updated successfully, but these errors were encountered: