dockercloud-haproxy icon indicating copy to clipboard operation
dockercloud-haproxy copied to clipboard

HAproxy image that autoreconfigures itself when used in Docker Cloud

Results 34 dockercloud-haproxy issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I was wondering if there is any way to put stats as a VHOST on port 80 along other vhosts as opposed to to listening on a different port......

If you have one or more services which looks like : serviceA: container_name: serviceA Then dockercloud/haproxy is not looking up the container name correctly and fail to make that backend...

There may be a better way of achieving this but I've simply added a SWARM_MASTER_ADDRESS environment variable that, if it exists, will allow the Haproxy to run on worker nodes....

When using service in swarm, dockercloud/haproxy fails to link backend for services deployed globally. ``` serviceA: deploy: mode: global ``` Workaround is to switch to replicated deploy mode (which is...

This project use HAProxy as a reverse proxy server, but i want to use nginx. So how?

Hello, 1. Can I use one lb for different service (different ports) , like below version: '2' services: web: image: dockercloud/hello-world expose: - "80" blog: image: dockercloud/hello-world ports: - 8080:80...

When haproxy behind other load balance proxy, such as Amazon ELB, Aliyun SLB. If you use ELB to terminate the SSL, and the haproxy listen on HTTP only, then it...

The README hasn't been updated in a while; is this image still considered experimental for Swarm Mode, or is it stable?

HAproxy always sees the Docker for Mac VM's IP address as the remote IP address and uses that to balance incoming connections, even when they are coming from different machines...