add: redis-cluster (#1981)

This commit is contained in:
hareku
2019-02-17 00:38:18 +09:00
committed by Shao Yu-Lung (Allen)
parent 1282c413fd
commit 14ee775e39
4 changed files with 53 additions and 0 deletions

View File

@ -220,6 +220,10 @@ MYSQL_ENTRYPOINT_INITDB=./mysql/docker-entrypoint-initdb.d
REDIS_PORT=6379
### REDIS CLUSTER #########################################
REDIS_CLUSTER_PORT_RANGE=7000-7005
### ZooKeeper #############################################
ZOOKEEPER_PORT=2181