feat: Обвнолена версия Redis, c 7.2 до 8.8.0
This commit is contained in:
@@ -48,15 +48,16 @@ services:
|
||||
|
||||
# REDIS STACK
|
||||
parr-redis:
|
||||
image: redis/redis-stack:7.2.0-v6
|
||||
#image: redis/redis-stack:7.2.0-v6
|
||||
image: redis:8.8.0
|
||||
restart: always
|
||||
ports:
|
||||
- 6379:6379
|
||||
volumes:
|
||||
- parr_redis_data:/data
|
||||
#- parr_redis_config/redis.conf:/usr/local/etc/redis/redis.conf
|
||||
environment:
|
||||
- REDIS_ARGS=--requirepass ParrP@ssPtk202MMdevDvs
|
||||
#environment:
|
||||
#- REDIS_ARGS=--requirepass ParrP@ssPtk202MMdevDvs
|
||||
command: redis-server --requirepass ParrP@ssPtk202MMdevDvs
|
||||
deploy:
|
||||
replicas: 1
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user