nginx
This commit is contained in:
parent
c636dd9c62
commit
122c23b3de
@ -52,7 +52,9 @@ services:
|
|||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
command: redis-server --requirepass ${REDIS_PASSWORD_DEV}
|
environment:
|
||||||
|
REDIS_PASSWORD: $REDIS_PASSWORD_DEV
|
||||||
|
command: redis-server --requirepass $REDIS_PASSWORD
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
@ -53,7 +53,9 @@ services:
|
|||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
command: redis-server --requirepass ${REDIS_PASSWORD_PROD}
|
environment:
|
||||||
|
REDIS_PASSWORD: $REDIS_PASSWORD_PROD
|
||||||
|
command: redis-server --requirepass $REDIS_PASSWORD
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
restart_policy:
|
restart_policy:
|
||||||
|
Loading…
Reference in New Issue
Block a user