You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to propose the containerization of the application by adding Dockerfile, dockerignore and docker-compose.yaml files.
By containerizing, the benefits are
Cross OS Operability and Deployment
Can be deployed as a microservice in the future
It solves the obvious problem of "it works on my machine"
This makes it more scalable
Faster deployment and also features like CI/CD can be added easily
As modern application are adopting a microservice architecture due to better scalability and fault tolerance, containerizing it would help keep the application in par with present standards.
I am planning to reduce the image sizes by using multi stage builds.
Add ScreenShots
None
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
Describe the feature
I wanted to propose the containerization of the application by adding Dockerfile, dockerignore and docker-compose.yaml files.
By containerizing, the benefits are
As modern application are adopting a microservice architecture due to better scalability and fault tolerance, containerizing it would help keep the application in par with present standards.
I am planning to reduce the image sizes by using multi stage builds.
Add ScreenShots
None
Record
The text was updated successfully, but these errors were encountered: