https://github.com/princemaple/docker-nginx-lb
Dynamic container load balancing with nginx and consul template
https://github.com/princemaple/docker-nginx-lb
Last synced: about 1 year ago
JSON representation
Dynamic container load balancing with nginx and consul template
- Host: GitHub
- URL: https://github.com/princemaple/docker-nginx-lb
- Owner: princemaple
- Created: 2016-02-15T08:36:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T06:44:35.000Z (about 3 years ago)
- Last Synced: 2025-04-04T14:49:49.024Z (about 1 year ago)
- Language: Nginx
- Size: 9.77 KB
- Stars: 19
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nginx load balancer
**for docker containers, using consul template**
*this is a fork of [docker-loadbalancer](https://github.com/bellycard/docker-loadbalancer)*
You can find the image at [Docker Hub](https://hub.docker.com/r/princemaple/consul-template-nginx/)
docker pull princemaple/consul-template-nginx:v3
mount your own nginx.conf into the container if you need more complex configuration
## See it working
docker-compose build
docker-compose up -d
# play with it in your browser
# ...when had enough fun
docker-compose scale app=5
# go have some more fun