Skip to content

lorellalou/nginx-confd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-confd

Service discovery for NGINX configured through confd

Test locally

You can test on your local machine by tweaking docker-compose.yml to match config for your local host. By default you need to have a host record docker pointing at your docker host machine for this to work. Then you can scale the app service to whatever number you like.

$ docker-compose up -d
$ docker-compose scale app=5

Caveats

Currently etcd is the only supported backend.

About

Service discovery for NGINX configured through confd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 71.5%
  • Nginx 20.1%
  • Shell 5.7%
  • HTML 2.7%