chore(infra): migrate Redis to Valkey 9.0 and update related configs

This commit is contained in:
2026-02-01 17:55:49 +01:00
parent 6c8accb9b6
commit d9583252e8
3 changed files with 13 additions and 9 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ POSTGRES_DB=pg-meldestelle-db
POSTGRES_PORT=5432:5432
POSTGRES_DB_URL=jdbc:postgresql://postgres:5432/pg-meldestelle-db
# --- REDIS ---
REDIS_IMAGE=redis:7.4-alpine
# --- VALKEY (formerly Redis) ---
VALKEY_IMAGE=valkey/valkey:9.0
REDIS_PASSWORD=redis-password
REDIS_PORT=6379:6379
REDIS_SERVER_HOSTNAME=redis