Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noqcks/docker-minimal-haproxy

A minimal dockerized haproxy which reads backends from the ENV
https://github.com/noqcks/docker-minimal-haproxy

Last synced: about 1 month ago
JSON representation

A minimal dockerized haproxy which reads backends from the ENV

Awesome Lists containing this project

README

        

# docker-minimal-haproxy

A very minimal dockerized haproxy that reads backends from environment variables.

## requirements

- docker

## use

Run the following command:

```
docker run -d --name haproxy -p 80:80 -e BACKENDS=test-1.com,test-2.com noqcks/haproxy
```