Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ services:
<<: *redash-environment
PYTHONUNBUFFERED: 0
redis:
image: redis:3-alpine
image: redis:7-alpine
restart: unless-stopped
postgres:
image: postgres:9.5-alpine
image: postgres:15-alpine
ports:
- "15432:5432"
# The following turns the DB into less durable, but gains significant performance improvements for the tests run (x3
Expand Down