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: ...@@ -120,7 +120,7 @@ test_api:
interruptible: true interruptible: true
services: services:
- postgres:11 - postgres:11
- redis:3 - redis:5
stage: test stage: test
image: funkwhale/funkwhale:develop image: funkwhale/funkwhale:develop
cache: cache:
......
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
networks: networks:
- default - default
env_file: .env env_file: .env
image: redis:3 image: redis:5
volumes: volumes:
- ./data/redis:/data - ./data/redis:/data
......
...@@ -33,7 +33,7 @@ services: ...@@ -33,7 +33,7 @@ services:
env_file: env_file:
- .env.dev - .env.dev
- .env - .env
image: redis:3.0 image: redis:5
volumes: volumes:
- "./data/${COMPOSE_PROJECT_NAME-node1}/redis:/data" - "./data/${COMPOSE_PROJECT_NAME-node1}/redis:/data"
networks: 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