/nodejs-expressjs-pm2-docker

An example project that used PM2, expressjs, volumes, dockerfile and env file to make the things dyanmic for easy development

Primary LanguageShell

Dockerfile and Docker-compose for nodejs express js pm2 for easy docker deployment

This repository uses volumes, ENV variables, dedicated pm2 configuration and everything that you would like to use in the real world production environment.

Running locally

To build the app locally on your development machine, you can run:

docker-compose build --no-cache

Running the App

docker-compose up -d #remove d to see the working of it

License

See Licence.md (MIT)