Skip to content
Snippets Groups Projects
Commit b93889b5 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'patch-1' into 'develop'

Update docker-compose.yml to use redis v5

Closes #1021

See merge request funkwhale/funkwhale!1016
parents d4ab0bb5 4b9a03a1
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