├── Dockerfile ├── README.md ├── consul-template.service ├── nginx.conf └── nginx.service /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanana/docker-nginx-consul-template/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanana/docker-nginx-consul-template/HEAD/README.md -------------------------------------------------------------------------------- /consul-template.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanana/docker-nginx-consul-template/HEAD/consul-template.service -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanana/docker-nginx-consul-template/HEAD/nginx.conf -------------------------------------------------------------------------------- /nginx.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yanana/docker-nginx-consul-template/HEAD/nginx.service --------------------------------------------------------------------------------