saas-express-starter-kit
saas-express-starter-kit copied to clipboard
Dockerise the boilerplate
Dockerise the express server component with separate containers for app and DB (and cache server and log server and ...) along with supervisor for launching the app/containers.
Basically, a clear picture of how to deploy the application which is using this boilerplate. Can goto next level of how to configure the setup with kubernetes.
Thank you for the suggestion @code-reflex I'm starting to work on this. I'm not a pro in container related stuff, appreciate any help/info here.
Here's the commit for docker deployment. Appreciate your comments on
- Which container registry would you recommend me to push the docker image to?
- Is there any further optimization you'd recommend.