refactor: Switchted from "offical" `haproxy` to `haproxytech/haproxy-debian`
authorKai Moritz <kai@juplo.de>
Sun, 17 Sep 2023 08:24:53 +0000 (10:24 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 17 Sep 2023 08:25:38 +0000 (10:25 +0200)
* `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*

docker-compose.yml

index db37f8e..e4ddbb8 100644 (file)
@@ -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