Home
Softono

Docker Compose Nodejs Examples

Open source MIT Dockerfile
1K
Stars
327
Forks
0
Issues
42
Watchers
2 years
Last Commit

 About Docker Compose Nodejs Examples

Finally some real world examples on getting started with Docker Compose and Nodejs.

Platforms

Web Self-hosted Docker

Languages

Dockerfile

Need Help Installing Docker Compose Nodejs Examples?

We provide expert installation service for this software. Our team will install, configure, and secure Docker Compose Nodejs Examples on your server. plans start at just $30.

Docker Compose Nodejs Examples

View on GitHub

Getting started with Docker Compose and Nodejs

Motivation

Docker Compose is an awesome tool for creating isolated development environments with Docker by using simple configurations with YAML. It's clean and easy enough to wrap your head around, even if you are new to Docker.

If you're like us, you're using a development server like nodemon that watches all your file changes and reloads your app. Bringing this workflow over to Docker Compose is a bit tricky. We hope the following real world examples will save you from headaches while trying to figure out how to (pragmatically) use Docker Compose for your Nodejs apps.

Examples

Basic skeleton with Express app generator

https://github.com/geekcell/docker-compose-nodejs-examples/tree/main/00-basic-express-generator

Express app with nodemon development server

https://github.com/geekcell/docker-compose-nodejs-examples/tree/main/01-express-nodemon

Express app with Redis and nodemon development server

https://github.com/geekcell/docker-compose-nodejs-examples/tree/main/02-express-redis-nodemon

Maintainers

Geek Cell

Previous Maintainer

Pascal Cremer

License

MIT