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:
commit
b93889b5e9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue