Update redis Docker tag to v6 (develop)
This commit is contained in:
parent
11f103a8c6
commit
03cb761749
|
@ -139,7 +139,7 @@ eslint:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
services:
|
services:
|
||||||
- postgres:11
|
- postgres:11
|
||||||
- redis:5
|
- redis:6
|
||||||
stage: test
|
stage: test
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_PROJECT_ID__pip_cache"
|
key: "$CI_PROJECT_ID__pip_cache"
|
||||||
|
@ -215,7 +215,7 @@ build_docs:
|
||||||
image: $CI_REGISTRY/funkwhale/backend-test-docker:latest
|
image: $CI_REGISTRY/funkwhale/backend-test-docker:latest
|
||||||
services:
|
services:
|
||||||
- postgres:11
|
- postgres:11
|
||||||
- redis:5
|
- redis:6
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_PROJECT_ID__pip_cache"
|
key: "$CI_PROJECT_ID__pip_cache"
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -17,7 +17,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
env_file: .env
|
env_file: .env
|
||||||
image: redis:5
|
image: redis:6
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/redis:/data
|
- ./data/redis:/data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue