Move to Redis 7 for our development and CI docker compose (#6164)

This commit is contained in:
Justin Clift
2023-07-11 05:43:15 +10:00
committed by GitHub
parent 29c21db813
commit 99be51ebc5
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ services:
REDASH_DATABASE_URL: "postgresql://postgres:FmTKs5vX52ufKR1rd8tn4MoSP7zvCJwb@postgres/postgres"
REDASH_COOKIE_SECRET: "2H9gNG9obnAQ9qnR9BDTQUph6CbXKCzF"
redis:
image: redis:3.0-alpine
image: redis:7-alpine
restart: unless-stopped
postgres:
image: pgautoupgrade/pgautoupgrade:dev

View File

@@ -65,7 +65,7 @@ services:
CYPRESS_PROJECT_ID: ${CYPRESS_PROJECT_ID}
CYPRESS_RECORD_KEY: ${CYPRESS_RECORD_KEY}
redis:
image: redis:3.0-alpine
image: redis:7-alpine
restart: unless-stopped
postgres:
image: pgautoupgrade/pgautoupgrade:dev

View File

@@ -49,7 +49,7 @@ services:
<<: *redash-environment
PYTHONUNBUFFERED: 0
redis:
image: redis:3-alpine
image: redis:7-alpine
restart: unless-stopped
postgres:
image: pgautoupgrade/pgautoupgrade:dev