Even with a monolithic application, it will be worth while to package your whole stack into docker containers. Service Oriented Architecture.
App as a single container, database as another container and redis/memcache as another container. You could package this whole stack with a single docker-compose file and your app on a docker image repository. This allows you to move and deploy your full stack with ease, on any machine you are working with.
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
Even with a monolithic application, it will be worth while to package your whole stack into docker containers. Service Oriented Architecture.
App as a single container, database as another container and redis/memcache as another container. You could package this whole stack with a single docker-compose file and your app on a docker image repository. This allows you to move and deploy your full stack with ease, on any machine you are working with.