makeitcount / saas-express-starter-kit

A boilerplate for any real world SaaS with features such as authentication, email service, etc.
MIT License
52 stars 10 forks source link

Dockerise the boilerplate #9

Open code-reflex opened 2 years ago

code-reflex commented 2 years ago

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.

makeitcount commented 2 years ago

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.

makeitcount commented 2 years ago

Here's the commit for docker deployment. Appreciate your comments on