Fully customisable HAProxy load balancer built on Debian12 (HTTP2 with ALNP) see tags.
500K+
Felling like supporting me in my projects use donate button. Thank You!
HAProxy docker container million12/haproxy with ALPN and HTTP/2 support.
Please specify tag when deploying for specific version. Example:
million12/haproxy:latest
million12/haproxy:2.1.5
docker run will be passed directly to haproxy command.
For example, if you run docker run [run options] million12/haproxy -n 1000 you pass -n 1000 to haproxy daemon.HAPROXY_CONFIG env.| Variable | Default Settings | Notes |
|---|---|---|
HAPROXY_CONFIG | /etc/haproxy/haproxy.cfg | If you mount your config to different location, simply edit it. |
HAPROXY_PORTS | 80,443 | Comma separated ports |
HAPROXY_ADDITIONAL_CONFIG | Empty | List of file that inotify should monitor for changes divided by space. Example below. Space separated |
HAPROXY_PRE_RESTART_CMD | Empty | Command to execute before restarting haproxy |
HAPROXY_POST_RESTART_CMD | Empty | Command to execute after successfully restarting haproxy |
docker run -ti \
-p 80:80 \
-p 443:443 \
million12/haproxy
docker run -d \
-p 80:80 \
-v /my-haproxy.cfg:/etc/haproxy/haproxy.cfg \
million12/haproxy \
-n 10000
Note: in this case config is mounted to its default location, so you don't need to modify
HAPROXY_CONFIG variable.
docker run -d \
-p 80:80 \
-e HAPROXY_ADDITIONAL_CONFIG='/etc/haproxy/custom1 /etc/haproxy/custom2' \
million12/haproxy
docker run -ti million12/haproxy -vv
The default URL for stats is http://CONTAINER_IP/admin?stats with username:password ser to admin:admin.
Author: Marcin ryzy Ryzycki ([email protected])
Author: Przemyslaw Ozgo ([email protected])
Content type
Image
Digest
sha256:dc80de300…
Size
240.3 MB
Last updated
about 3 years ago
docker pull million12/haproxy