From: Kai Moritz Date: Sun, 17 Sep 2023 08:24:53 +0000 (+0200) Subject: refactor: Switchted from "offical" `haproxy` to `haproxytech/haproxy-debian` X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=bb2f87c2ba46d0edb8fe6f81bfd8c9a8733c1cf3;p=demos%2Fkafka%2Fchat refactor: Switchted from "offical" `haproxy` to `haproxytech/haproxy-debian` * `haproxy` is the "official" Docker-Image for HAProxy ** It is maintained by the Docker-Team ** Bugfixes are not included as fast as with `haproxytech/haproxy-debian` ** It does not include all features, that are supported by the image, that is maintained by HAProxy Technoligies Inc. directly * `haproxytech/haproxy-debian` is maintained by HAProxy Technoligies Inc. ** It is maintained regularily ** It includes more features - in particular, the *Data Plane API* --- diff --git a/docker-compose.yml b/docker-compose.yml index db37f8e0..e4ddbb83 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: - 27017:27017 haproxy: - image: haproxy:2.7 + image: haproxytech/haproxy-debian:2.8 volumes: - ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro - ./sharding.map:/usr/local/etc/haproxy/sharding.map:ro