Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bencoderus/node-engine-x
Serving Nodejs with a load balancer (NGINX) and Docker ✨
https://github.com/bencoderus/node-engine-x
docker nginx nodejs
Last synced: about 2 months ago
JSON representation
Serving Nodejs with a load balancer (NGINX) and Docker ✨
- Host: GitHub
- URL: https://github.com/bencoderus/node-engine-x
- Owner: bencoderus
- Created: 2021-10-31T06:32:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T01:19:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T01:07:44.873Z (almost 2 years ago)
- Topics: docker, nginx, nodejs
- Language: JavaScript
- Homepage:
- Size: 364 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is sample project that implements serving Nodejs using a load balancer and Docker.
### Requirements
- Docker### Installation
- Run git clone
- Run cd to node-engine-x
- Run docker-compose up (Ensure you have docker running).
- After build, access site via http://localhost:3005