Add ZooKeeper Component (#1899)
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
d03ead34a2
commit
35ffd02b44
@ -437,6 +437,17 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
|
||||
### ZooKeeper #########################################
|
||||
zookeeper:
|
||||
build: ./zookeeper
|
||||
volumes:
|
||||
- ${DATA_PATH_HOST}/zookeeper/data:/data
|
||||
- ${DATA_PATH_HOST}/zookeeper/datalog:/datalog
|
||||
ports:
|
||||
- "${ZOOKEEPER_PORT}:2181"
|
||||
networks:
|
||||
- backend
|
||||
|
||||
### Aerospike ##########################################
|
||||
aerospike:
|
||||
build: ./aerospike
|
||||
|
Reference in New Issue
Block a user