changed testing redis 7 containers to valkey 8
This commit is contained in:
@@ -23,17 +23,17 @@ services:
|
|||||||
env_file: env/postgres.env
|
env_file: env/postgres.env
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: docker.io/library/redis:7
|
image: docker.io/valkey/valkey:8.0.2
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- redis-server --appendonly yes --requirepass $$REDIS_PASSWORD
|
- valkey-server --appendonly yes --requirepass $$REDIS_PASSWORD
|
||||||
env_file: env/redis.env
|
env_file: env/redis.env
|
||||||
|
|
||||||
redis-cache:
|
redis-cache:
|
||||||
image: docker.io/library/redis:7
|
image: docker.io/valkey/valkey:8.0.2
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- redis-server --requirepass $$REDIS_PASSWORD
|
- valkey-server --requirepass $$REDIS_PASSWORD
|
||||||
env_file: env/redis-cache.env
|
env_file: env/redis-cache.env
|
||||||
|
|||||||
Reference in New Issue
Block a user