#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
version: "3"
services:
iodb-confignode:
image: apache/iotdb:1.1.0-confignode
hostname: iotdb-confignode
container_name: iotdb-confignode
environment:
- cn_internal_address=iotdb-confignode
- cn_internal_port=10710
- cn_consensus_port=10720
- cn_target_config_node_list=iotdb-confignode:10710
volumes:
- ./data/confignode:/iotdb/data
- ./logs/confignode:/iotdb/logs
networks:
iotdb:
ipv4_address: 172.18.0.3
iotdb-datanode1:
image: apache/iotdb:1.1.0-datanode
hostname: iotdb-datanode-1
container_name: iotdb-datanode-1
ports:
- "6667:6667"
environment:
- dn_rpc_address=iotdb-datanode-1
- dn_internal_address=iotdb-datanode-1
- dn_target_config_node_list=iotdb-confignode:10710
- dn_rpc_port=6667
- dn_mpp_data_exchange_port=10740
- dn_schema_region_consensus_port=10750
- dn_data_region_consensus_port=10760
volumes:
- ./data/datanode1:/iotdb/data/
- ./logs/datanode1:/iotdb/logs/
networks:
iotdb:
ipv4_address: 172.18.0.6
iotdb-datanode2:
image: apache/iotdb:1.1.0-datanode
hostname: iotdb-datanode-2
container_name: iotdb-datanode-2
environment:
- dn_rpc_address=iotdb-datanode-2
- dn_internal_address=iotdb-datanode-2
- dn_target_config_node_list=iotdb-confignode:10710
- dn_rpc_port=6667
- dn_mpp_data_exchange_port=10740
- dn_schema_region_consensus_port=10750
- dn_data_region_consensus_port=10760
volumes:
- ./data/datanode2:/iotdb/data/
- ./logs/datanode2:/iotdb/logs/
networks:
iotdb:
ipv4_address: 172.18.0.4
networks:
iotdb:
external: true

杨阿毛阿
- 粉丝: 1
最新资源
- 深入理解计算机系统第二版完整习题解答与实验指导-CSAPP2e所有章节课后习题详细解析-包含数据表示程序结构处理器架构系统级编程等核心内容-提供C语言汇编代码实现与优化技巧.zip
- java毕业设计,图书管理系统
- 容器开发实战:Docker与Kubernetes应用全解析
- 基于Java+Springboot+Vue开发的新闻管理系统,毕业设计/课程设计
- 基于java SSM框架的医院体检预约管理系统
- 基于Java + Swing + MySQL的学生选课及成绩管理系统(Java课程设计)
- 配电网馈线自动化-PPT课件.pptx
- 组合数学机械化通用程序库软件用户手册.doc
- 云南大学软件学院软件工程领域工程硕士研究生培养方案.doc
- 计算机系统软硬件安装分区格式化(讲)概要.ppt
- 自动化学科概论学生版PPT课件.ppt
- 电子商务网站开发小型网上书店课程设计JSP含完整源代码模板.doc
- 网络综合布线-实训报告[最终版].pdf
- 计算机应用技术专业人才培养方案.doc
- 项目管理计划模板标准.doc
- 生物选修三基因工程应用和植物细胞工程测试题附答案.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


