Docker Compose Nodejs Examples

Finally some real world examples on getting started with Docker Compose and Nodejs
Alternatives To Docker Compose Nodejs Examples
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
N8n35,6011158315 hours ago211November 30, 2023282otherTypeScript
Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
Awesome Cheatsheets35,286
6 days ago93mitJavaScript
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Tooljet25,287216 hours ago14June 06, 2023580agpl-3.0JavaScript
Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀
Faas23,88315a month ago31April 12, 202129mitGo
OpenFaaS - Serverless Functions Made Simple
Outline21,530
a day ago93otherTypeScript
The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.
Verdaccio15,4799222219 hours ago316December 02, 202377mitTypeScript
📦🔐 A lightweight Node.js private proxy registry
Dashy13,814
2 days ago127mitVue
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
Kind12,2774363 days ago171June 15, 2023198apache-2.0Go
Kubernetes IN Docker - local clusters for testing Kubernetes
Caprover11,313
20 days ago113otherTypeScript
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Homepage11,214
19 hours ago3gpl-3.0JavaScript
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
Alternatives To Docker Compose Nodejs Examples
Select To Compare


Alternative Project Comparisons
Readme

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

Popular Docker Projects
Popular Nodejs Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Node
Docker
Express
Redis
Docker Compose
Nodemon