add: redis-cluster (#1981)
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
1282c413fd
commit
14ee775e39
@ -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
|
||||
|
Reference in New Issue
Block a user