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