dockercloud-haproxy
dockercloud-haproxy copied to clipboard
HAproxy image that autoreconfigures itself when used in Docker Cloud
Note: I don't really know Python. I hacked my way around, so I apologize if anything just looks plain dumb. - You can now indicate your Service(s) to be load...
In Docker swarm, we currently set the value for haproxy: RSYSLOG_DESTINATION="local-traffic-logger len 65535" \ Where "local-traffic-logger" is another swarm service that saves the traffic logs to storage. If haproxy starts...
I'm running in swarm mode, this compose doesn't seem to add 443 to the frontend. ``` version: '3' services: lb: image: dockercloud/haproxy:1.6.7 ports: - 80:80 - 443:443 volumes: - /var/run/docker.sock:/var/run/docker.sock...
This is my stack.yml: ``` version: '3' networks: default: driver: overlay services: lb: image: dockercloud/haproxy:1.6.7 volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - 1936:1936 - 8080:8080 app1: image: dockercloud/hello-world networks: - default environment:...
Hello, It would be nice to release tagged docker images for the latest 1.7 stable HAProxy versions. Currently latest version is 1.7.8 : http://www.haproxy.org/ Latest dockerhub tag is 1.6.7 :...
Sometimes, when scaling a service, HAProxy gets restarted with a new configuration but the docker dns seems not ready it to resolve the container name. This makes HAProxy to fail...
Currently all the environment variables that needs to be set on the application services are NOT prefixed. This could cause some collision with some other configurations. For example, you specify...
Using following `docker-compose.yml` ``` version: '2' services: blue: image: dockercloud/hello-world environment: - "EXTRA_ROUTE_SETTINGS=weight 1" green: image: dockercloud/hello-world environment: - "EXTRA_ROUTE_SETTINGS=weight 2" lb: image: dockercloud/haproxy links: - blue - green volumes:...
I'm adding some headers with the `EXTRA_FRONTEND_SETTINGS_443` variable which should apply the header on all back-ends. Here's an excerpt of the startup config log (note the highlighted lines): ``` frontend...
Hi Team We have a server transport.iiko-phi-z1.com where two webpage running one on port 80 another is 9900 but port 80 opening via haproxy without any issue but port 9900...