nginx
This commit is contained in:
parent
527d3feeb7
commit
1b5372ef34
@ -54,7 +54,9 @@ services:
|
|||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
environment:
|
environment:
|
||||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||||
command: /bin/sh -c 'redis-server --requirepass $(echo $REDIS_PASSWORD)'
|
command:
|
||||||
|
- requirepass $REDIS_PASSWORD > /etc/redis/redis.conf
|
||||||
|
- redis-server
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
Loading…
Reference in New Issue
Block a user