Skip to content

Nginx load balancing docker, meant to be used within a coreos cluster to watch for cluster's etcd key changes

Notifications You must be signed in to change notification settings

huytd/nginx_lb_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Overview

Docker nginx container, meant to be used within a coreos cluster. Uses confd to watch for host machine's etcd key changes.
Watches for '/services/app', assumes app is a list of apps with the value being the IP:PORT

docker pull esayemm/nginx_lb
docker run --name nginx -p 80:80 -e HOST_IP=<Host IP> -v /etc/nginx/sites-enabled:/etc/nginx/conf.d -v /etc/nginx/certs-enabled:/etc/nginx/certs -v /var/log/nginx:/var/log/nginx esayemm/nginx_lb /usr/bin/confd-watch

About

Nginx load balancing docker, meant to be used within a coreos cluster to watch for cluster's etcd key changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published