Skip to content
Snippets Groups Projects
Commit 4b9a03a1 authored by techknowlogick's avatar techknowlogick Committed by Eliot Berriot
Browse files

Update docker-compose.yml to use redis v5

Fix #1021
parent d4ab0bb5
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ test_api:
interruptible: true
services:
- postgres:11
- redis:3
- redis:5
stage: test
image: funkwhale/funkwhale:develop
cache:
......
......@@ -15,7 +15,7 @@ services:
networks:
- default
env_file: .env
image: redis:3
image: redis:5
volumes:
- ./data/redis:/data
......
......@@ -33,7 +33,7 @@ services:
env_file:
- .env.dev
- .env
image: redis:3.0
image: redis:5
volumes:
- "./data/${COMPOSE_PROJECT_NAME-node1}/redis:/data"
networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment