Update docker-compose.yml to use redis v5

Fix #1021
merge-requests/1042/head
techknowlogick 2020-02-02 09:10:04 +01:00 zatwierdzone przez Eliot Berriot
rodzic d4ab0bb524
commit 4b9a03a110
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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