Merge branch 'patch-1' into 'develop'

Update docker-compose.yml to use redis v5

Closes #1021

See merge request funkwhale/funkwhale!1016
This commit is contained in:
Eliot Berriot 2020-02-02 09:10:04 +01:00
commit b93889b5e9
3 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ test_api:
interruptible: true
services:
- postgres:11
- redis:3
- redis:5
stage: test
image: funkwhale/funkwhale:develop
cache:

View File

@ -15,7 +15,7 @@ services:
networks:
- default
env_file: .env
image: redis:3
image: redis:5
volumes:
- ./data/redis:/data

View File

@ -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: