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