From 062843e546554d971853e77bbf09f975de195c6a Mon Sep 17 00:00:00 2001 From: Fedor Borshev <1592663+f213@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:40:15 +0300 Subject: [PATCH] Replace Redis image with Valkey --- {{ cookiecutter.name }}/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.name }}/compose.yml b/{{ cookiecutter.name }}/compose.yml index e6d157d2..2bdfe6d2 100644 --- a/{{ cookiecutter.name }}/compose.yml +++ b/{{ cookiecutter.name }}/compose.yml @@ -20,7 +20,7 @@ services: command: --autovacuum=off --fsync=off --synchronous_commit=off --full_page_writes=off --work_mem=12MB --max-connections=10 --max_wal_senders=0 redis: - image: redis:6-alpine + image: valkey/valkey:8.0-alpine ports: - 6379:6379