nginx
This commit is contained in:
parent
122c23b3de
commit
b879e4eb72
@ -54,7 +54,7 @@ services:
|
|||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
environment:
|
environment:
|
||||||
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||||
command: redis-server --requirepass $REDIS_PASSWORD
|
command: /bin/sh -c 'redis-server --appendonly yes --requirepass ${REDIS_PASSWORD}'
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
@ -55,7 +55,7 @@ services:
|
|||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
environment:
|
environment:
|
||||||
REDIS_PASSWORD: $REDIS_PASSWORD_PROD
|
REDIS_PASSWORD: $REDIS_PASSWORD_PROD
|
||||||
command: redis-server --requirepass $REDIS_PASSWORD
|
command: /bin/sh -c 'redis-server --appendonly yes --requirepass ${REDIS_PASSWORD}'
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
Loading…
Reference in New Issue
Block a user