rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Add /health endpoint #63

Closed colegleason closed 10 years ago

colegleason commented 10 years ago

I want to put docker-builder behind an AWS EC2 Elastic Load Balancer, but it requires a health check to make sure the instance is in service. Let's add a route at /health that always returns 200.

rafecolton commented 10 years ago

Seems easy enough. I'll do this after https://github.com/modcloth/docker-builder/pull/65

colegleason commented 10 years ago

@rafecolton Whoops, already started it. Let me know if you want anything else on that PR.