auto commit
This commit is contained in:
parent
103c475541
commit
29eb68e5bd
@ -119,3 +119,14 @@ services:
|
||||
# interval: 30s
|
||||
# timeout: 10s
|
||||
# retries: 3
|
||||
|
||||
redis-commander:
|
||||
image: rediscommander/redis-commander:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8081:8081"
|
||||
environment:
|
||||
- REDIS_HOSTS=local:redis:6379
|
||||
- REDIS_PASSWORD=${NODE_ENV:-development:-REDIS_PASSWORD}
|
||||
depends_on:
|
||||
- redis
|
||||
|
Loading…
Reference in New Issue
Block a user