Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noqcks/docker-minimal-haproxy
- Owner: noqcks
- Created: 2016-09-07T00:42:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T02:51:57.000Z (over 7 years ago)
- Last Synced: 2024-10-05T12:43:19.792Z (3 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```