KeyPass icon indicating copy to clipboard operation
KeyPass copied to clipboard

Dockerize this application

Open Ayaan49 opened this issue 2 years ago • 8 comments

Is your feature request related to a problem? Please describe. I'd like to suggest Dockerizing our application to improve deployment and maintainability.

Describe the solution you'd like Dockerization offers numerous benefits, including enhanced portability, consistent environments across different stages of development, and simplified dependency management. It can also help with scaling our application more efficiently

Describe alternatives you've considered

  • Docker containers would make it easier to deploy our application on various cloud platforms.
  • Developers can work in identical environments, reducing the "it works on my machine" issue.
  • We can automate testing and deployment workflows more effectively with Docker.

Ayaan49 avatar Oct 02 '23 06:10 Ayaan49

I totally agree !

Aman-vijay avatar Oct 03 '23 13:10 Aman-vijay

How can it improve this app deployment process?

yogeshpaliyal avatar Oct 03 '23 14:10 yogeshpaliyal

How can it improve this app deployment process?

DevOps like me can simply run docker-compose.yml instead of language specific commands!

Also how do I run this , I couldn't find installation part on readme! I can dockerize this if you can provide some instructions on how to run this locally?

dharmendrakariya avatar Oct 06 '23 05:10 dharmendrakariya

Sure, you can see github actions for it.

yogeshpaliyal avatar Oct 08 '23 17:10 yogeshpaliyal

I have gotten it setup and working locally. Can I take up this issue if nobody is working on it? @yogeshpaliyal

divyampahujaa avatar Oct 17 '23 03:10 divyampahujaa

Sure @divyampahujaa

yogeshpaliyal avatar Oct 17 '23 03:10 yogeshpaliyal

Could I get some more clarity regarding our goals for dockerisation please? Should the container be focused on running the tests for continuous testing, generating an APK file, or enabling the app to run within the container itself?

divyampahujaa avatar Oct 17 '23 22:10 divyampahujaa

I also didn't understand the issue correctly

yogeshpaliyal avatar Oct 18 '23 03:10 yogeshpaliyal