|
|
|
|
|
by praveenweb
3059 days ago
|
|
> But it seems over-applied for basic web apps. Generally your app will be composed of multiple services (like Java, Node.js, some database etc) and there are benefits to run them as microservices (isolation, easy to develop, easy to scale) and hence Docker makes sense in those use cases. Though the app seems basic and overkill to use Docker, the architecture enforces this and adds the above mentioned benefits. |
|