Monday 13 November 2017

I want to "containerize" my node app for easy deployment to multiple clients but I have a config file that will be different per deployment. How do I handle this?

Essentially, I want to "containerize" or "dockerize" a web app for easy deployment on multiple servers for multiple clients. However, I have a config file with credentials that will need to be changed/updated for each client. How could I achieve this?

Submitted November 14, 2017 at 02:45AM by ribbet

No comments:

Post a Comment