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
- Host: GitHub
- URL: https://github.com/texthtml/docker-consul-loadbalancer
- Owner: texthtml
- License: agpl-3.0
- Created: 2016-01-10T20:50:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T22:02:20.000Z (over 10 years ago)
- Last Synced: 2023-08-11T09:10:23.441Z (almost 3 years ago)
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)