├── .envrc ├── Dockerfile ├── README.md ├── consul-template.service ├── fig.yml ├── nginx.conf └── nginx.service /.envrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bellycard/docker-loadbalancer/HEAD/.envrc -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bellycard/docker-loadbalancer/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bellycard/docker-loadbalancer/HEAD/README.md -------------------------------------------------------------------------------- /consul-template.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bellycard/docker-loadbalancer/HEAD/consul-template.service -------------------------------------------------------------------------------- /fig.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bellycard/docker-loadbalancer/HEAD/fig.yml -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bellycard/docker-loadbalancer/HEAD/nginx.conf -------------------------------------------------------------------------------- /nginx.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bellycard/docker-loadbalancer/HEAD/nginx.service --------------------------------------------------------------------------------