Skip to content

echu/nginx-confd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-confd

Dockerfile and resources for running nginx reverse proxy with confd services.

Prerequisites

You must have etcd running?

Installation

docker build -t nginx-confd .

Example

Once the image is built, you can run it with

docker run -e ETCD_PORT=... -e HOST_IP=... -e confdKey=... nginx-confd

The port and IP default to 172.17.42.1:4001 and the confdKey defaults to /service.

Giants' shoulders

This repository drew from this blog post and also uses this script.

About

Dockerfile and resources for running nginx reverse proxy with confd services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages