replaced redis docker images with valkey/valkey (#4836)

This commit is contained in:
Manish Gupta 2024-06-17 14:39:43 +05:30 committed by GitHub
parent aba2af9a7c
commit bd0799f5e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -147,7 +147,7 @@ services:
plane-redis:
<<: *app-env
image: redis:7.2.4-alpine
image: valkey/valkey:7.2.5-alpine
pull_policy: if_not_present
restart: unless-stopped
volumes:

View file

@ -9,7 +9,7 @@ volumes:
services:
plane-redis:
image: redis:7.2.4-alpine
image: valkey/valkey:7.2.5-alpine
restart: unless-stopped
networks:
- dev_env

View file

@ -116,7 +116,7 @@ services:
plane-redis:
container_name: plane-redis
image: redis:7.2.4-alpine
image: valkey/valkey:7.2.5-alpine
restart: always
volumes:
- redisdata:/data