chore(infra): migrate Redis to Valkey 9.0 and update related configs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user