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
- Host: GitHub
- URL: https://github.com/nwtgck/piping-server-load-balancer-docker-compose
- Owner: nwtgck
- License: mit
- Created: 2019-02-02T09:03:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T14:16:54.000Z (over 6 years ago)
- Last Synced: 2025-03-31T09:11:09.385Z (over 1 year ago)
- Topics: docker, docker-compose, haproxy, load-balancer, piping-server
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# piping-server-load-balancer
[](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)