docker: update Traefik to 3.6.1

Fix #2095
This commit is contained in:
Vincent Bernat
2025-11-13 19:59:02 +01:00
parent 3b12469160
commit 9982a0ae90
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ identified with a specific icon:
false by default) false by default)
- 🩹 *outlet*: provide additional gracetime for a worker to send to ClickHouse - 🩹 *outlet*: provide additional gracetime for a worker to send to ClickHouse
- 🩹 *outlet*: enhance scaling up and down workers to avoid hysteresis - 🩹 *outlet*: enhance scaling up and down workers to avoid hysteresis
- 🩹 *docker*: update Traefik to 3.6.1 (for compatibility with Docker Engine 29)
- 🌱 *common*: enable block and mutex profiling - 🌱 *common*: enable block and mutex profiling
- 🌱 *config*: rename `verify` to `skip-verify` in TLS configurations for - 🌱 *config*: rename `verify` to `skip-verify` in TLS configurations for
ClickHouse, Kafka and remote data sources (with inverted logic) ClickHouse, Kafka and remote data sources (with inverted logic)

View File

@@ -10,7 +10,7 @@ services:
clickhouse-keeper: clickhouse-keeper:
image: clickhouse/clickhouse-keeper:25.8 # \d+\.[38] image: clickhouse/clickhouse-keeper:25.8 # \d+\.[38]
traefik: traefik:
image: traefik:v3.5 # v\d+\.\d+ image: traefik:v3.6 # v\d+\.\d+
maxmind-geoipupdate: maxmind-geoipupdate:
image: ghcr.io/maxmind/geoipupdate:v7 image: ghcr.io/maxmind/geoipupdate:v7
ipinfo-geoipupdate: ipinfo-geoipupdate: