Update redis Docker tag to v6 (develop)

environments/review-docs-devel-1399dq/deployments/10246
RenovateBot 2022-02-03 19:22:22 +00:00 zatwierdzone przez JuniorJPDJ
rodzic 11f103a8c6
commit 03cb761749
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -139,7 +139,7 @@ eslint:
interruptible: true
services:
- postgres:11
- redis:5
- redis:6
stage: test
cache:
key: "$CI_PROJECT_ID__pip_cache"
@ -215,7 +215,7 @@ build_docs:
image: $CI_REGISTRY/funkwhale/backend-test-docker:latest
services:
- postgres:11
- redis:5
- redis:6
cache:
key: "$CI_PROJECT_ID__pip_cache"
paths:

Wyświetl plik

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