This Docker Container contains HAProxy and a simple nodeJS service to update its configuration
THIS IS NOT SECURE, USE AT OWN RISK
how to use:
build: docker build -t bonomat/haproxy-updater .
run: docker run --name ha -p 3001:3000 -p 1936:1936 -p 8082:8081 -d bonomat/haproxy-updater
post new haproxy file via curl: curl -i -F [email protected] localhost:3000/api/files
or visit http://localhost:3000/
Content type
Image
Digest
sha256:af1abfc08…
Size
126.4 MB
Last updated
almost 11 years ago
docker pull bonomat/haproxy-updater