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

@ -456,6 +456,14 @@ services:
networks:
- backend
### Redis Cluster ##########################################
redis-cluster:
build: ./redis-cluster
ports:
- "${REDIS_CLUSTER_PORT_RANGE}:7000-7005"
networks:
- backend
### ZooKeeper #########################################
zookeeper:
build: ./zookeeper