https://github.com/robertoachar/docker-nginx-express
:whale: A playground for Docker with Nginx and Express.
https://github.com/robertoachar/docker-nginx-express
docker docker-compse express live-reload load-balance nginx node round-robin
Last synced: about 1 month ago
JSON representation
:whale: A playground for Docker with Nginx and Express.
- Host: GitHub
- URL: https://github.com/robertoachar/docker-nginx-express
- Owner: robertoachar
- License: mit
- Created: 2017-11-10T00:59:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T03:46:26.000Z (over 7 years ago)
- Last Synced: 2025-03-18T15:21:36.626Z (about 1 month ago)
- Topics: docker, docker-compse, express, live-reload, load-balance, nginx, node, round-robin
- Language: HTML
- Homepage:
- Size: 207 KB
- Stars: 26
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-nginx-express
[![License][license-badge]][license-url]
> A playground for Docker with Nginx and Express.

# Development
* Cloning the repo
```bash
$ git clone https://github.com/robertoachar/docker-nginx-express.git
```* Installing dependencies
```bash
$ npm install
```# Docker
* Building an image
```bash
$ docker-compose build
```* Running containers
```bash
$ docker-compose up
```* Stopping containers
```bash
$ docker-compose down
```# Author
[Roberto Achar](https://twitter.com/robertoachar)
# License
[MIT](https://github.com/robertoachar/docker-nginx-express/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/docker-nginx-express.svg
[license-url]: https://opensource.org/licenses/MIT