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

https://github.com/nwtgck/piping-server-load-balancer-docker-compose

Load Balancer for Piping Server powered by HAProxy
https://github.com/nwtgck/piping-server-load-balancer-docker-compose

docker docker-compose haproxy load-balancer piping-server

Last synced: about 2 months ago
JSON representation

Load Balancer for Piping Server powered by HAProxy

Awesome Lists containing this project

README

          

# piping-server-load-balancer
[![CircleCI](https://circleci.com/gh/nwtgck/piping-server-load-balancer-docker-compose.svg?style=shield)](https://circleci.com/gh/nwtgck/piping-server-load-balancer-docker-compose)

Load Balancer for Piping Server powered by [HAProxy](https://www.haproxy.org/)

## Usage

```sh
$ docker-compose up
```

Access to for example,
*
*
*
* ...

Each path may be handled by different Piping Servers, and the same path should be handled by the same server.

## Base repository

The base repository is [kakakakakku/docker-haproxy-nginx](https://github.com/kakakakakku/docker-haproxy-nginx)