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

https://github.com/texthtml/docker-consul-loadbalancer

nginx loadbalancer for consul services
https://github.com/texthtml/docker-consul-loadbalancer

Last synced: 4 months ago
JSON representation

nginx loadbalancer for consul services

Awesome Lists containing this project

README

          

# docker-consul-loadbalancer

nginx loadbalancer for consul services

## Usage

running the loadbalancer:

```bash
docker run --name=lb -p 80 -e CONSUL_URL=consulhost:8500 texthtml/consul-loadbalancer
```

All services registered on your consul cluster with the tag `VHOST` will be availlable at http://..xip.io/ (eg: http://app.127.0.0.1.xip.io/)