test: add iotdb-0.13.4 container
This commit is contained in:
parent
767f7c57e7
commit
d775a1e16c
|
@ -29,3 +29,32 @@ services:
|
||||||
# - "18080:18080"
|
# - "18080:18080"
|
||||||
networks:
|
networks:
|
||||||
- emqx_bridge
|
- emqx_bridge
|
||||||
|
|
||||||
|
iotdb_0_13:
|
||||||
|
container_name: iotdb_0_13
|
||||||
|
hostname: iotdb013
|
||||||
|
image: apache/iotdb:0.13.4-node
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
- enable_rest_service=true
|
||||||
|
- cn_internal_address=iotdb013
|
||||||
|
- cn_internal_port=10710
|
||||||
|
- cn_consensus_port=10720
|
||||||
|
- cn_target_config_node_list=iotdb013:10710
|
||||||
|
- dn_rpc_address=iotdb013
|
||||||
|
- dn_internal_address=iotdb013
|
||||||
|
- dn_rpc_port=6667
|
||||||
|
- dn_mpp_data_exchange_port=10740
|
||||||
|
- dn_schema_region_consensus_port=10750
|
||||||
|
- dn_data_region_consensus_port=10760
|
||||||
|
- dn_target_config_node_list=iotdb013:10710
|
||||||
|
# volumes:
|
||||||
|
# - ./data:/iotdb/data
|
||||||
|
# - ./logs:/iotdb/logs
|
||||||
|
expose:
|
||||||
|
- "18080"
|
||||||
|
# IoTDB's REST interface, uncomment for local testing
|
||||||
|
# ports:
|
||||||
|
# - "18080:18080"
|
||||||
|
networks:
|
||||||
|
- emqx_bridge
|
||||||
|
|
|
@ -132,6 +132,12 @@
|
||||||
"upstream": "iotdb:18080",
|
"upstream": "iotdb:18080",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "iotdb013",
|
||||||
|
"listen": "0.0.0.0:38080",
|
||||||
|
"upstream": "iotdb013:18080",
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "minio_tcp",
|
"name": "minio_tcp",
|
||||||
"listen": "0.0.0.0:19000",
|
"listen": "0.0.0.0:19000",
|
||||||
|
|
Loading…
Reference in New Issue