docker: switch from Redis to Valkey

Keep using Redis name everywhere. Just change the Docker image.
This commit is contained in:
Vincent Bernat
2024-06-18 09:00:03 +02:00
parent 61f6cb1c6f
commit e6636ee783
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ identified with a specific icon:
- 🌱 *docker*: add monitoring stack with Prometheus and Grafana (work in progress)
- 🌱 *docker*: update to Traefik 3.0 (not mandatory)
- 🌱 *docker*: update ClickHouse to 24.3 (not mandatory)
- 🌱 *docker*: switch from Redis to Valkey (not mandatory)
- 🌱 *docker*: build IPinfo update image to make it available for non-x86
architectures and ensure the databases are downloaded only when an update is
available

View File

@@ -6,7 +6,7 @@ services:
kafka:
image: bitnami/kafka:3.7
redis:
image: bitnami/redis:7.2
image: bitnami/valkey:7.2
clickhouse:
image: clickhouse/clickhouse-server:24.3
traefik: