CI/CDCreating a dockerized Gitlab Runner with Docker ComposeDaniel MasonAugust 10, 2019March 5, 2023 by Daniel MasonAugust 10, 2019March 5, 202303240 Quick post to show my configuration. I gave up saving docker run commands a long time ago. All docker-compose configuration is checked into git....
CI/CDRunning NodeJs applications in Production using PM2Daniel MasonAugust 5, 2019November 10, 2020 by Daniel MasonAugust 5, 2019November 10, 202001994 I discovered Process Manager 2 (pm2) which I am using to run my Nodejs applications in production. This post details how I set this up, including Docker image build and docker-compose configuration. PM2 includes load...