This commit is contained in:
Administrator 2022-08-15 19:55:43 +03:00
parent 962420478d
commit 9ee170c3c8

View File

@ -55,8 +55,7 @@ services:
environment:
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
command:
- mkdir /etc/redis
- echo "requirepass $REDIS_PASSWORD" > /etc/redis/redis.conf
- echo $REDIS_PASSWORD
- redis-server
deploy:
mode: replicated