saas-express-starter-kit icon indicating copy to clipboard operation
saas-express-starter-kit copied to clipboard

Dockerise the boilerplate

Open code-reflex opened this issue 3 years ago • 2 comments

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.

code-reflex avatar May 11 '22 07:05 code-reflex

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 avatar May 31 '22 02:05 makeitcount

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.

makeitcount avatar May 31 '22 10:05 makeitcount