An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# docker-nginx-express

[![License][license-badge]][license-url]

> A playground for Docker with Nginx and Express.

![Preview](preview/docker-nginx-express.gif)

# 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