Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekcell/docker-compose-nodejs-examples
Finally some real world examples on getting started with Docker Compose and Nodejs.
https://github.com/geekcell/docker-compose-nodejs-examples
docker docker-compose express javascript node nodejs nodemon redis
Last synced: 27 days ago
JSON representation
Finally some real world examples on getting started with Docker Compose and Nodejs.
- Host: GitHub
- URL: https://github.com/geekcell/docker-compose-nodejs-examples
- Owner: geekcell
- License: mit
- Created: 2014-10-19T20:03:58.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T02:39:15.000Z (4 months ago)
- Last Synced: 2024-08-19T00:01:53.269Z (3 months ago)
- Topics: docker, docker-compose, express, javascript, node, nodejs, nodemon, redis
- Language: Dockerfile
- Homepage: https://www.geekcell.io
- Size: 87.9 KB
- Stars: 1,026
- Watchers: 43
- Forks: 330
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting started with Docker Compose and Nodejs
## Motivation
[Docker Compose](http://docs.docker.com/compose/) is an awesome tool for creating isolated development environments with [Docker](http://docker.com) by using simple configurations with [YAML](http://www.yaml.org/). 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](https://github.com/remy/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
* Twitter: [@thegeekcell](https://twitter.com/thegeekcell)
* Web: [https://geekcell.io](https://geekcell.io)### Previous Maintainer
Pascal Cremer
* Email:
* Twitter: [@b00gizm](https://twitter.com/b00gizm)
* Web: [http://codenugget.co](http://codenugget.co)## License
[MIT](https://choosealicense.com/licenses/mit/)