This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb-client-csharp.git
commit 68a8add88dc6de692948ff9cd9dbd25b68b00733 Author: Haonan <[email protected]> AuthorDate: Thu Jun 27 15:55:40 2024 +0800 Use lastest iotdb to run IT --- docker-compose.yml | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 786cf10..2f14979 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,12 +16,9 @@ services: ipv4_address: 172.18.0.2 iotdb: - image: apache/iotdb:1.0.0-datanode + image: apache/iotdb:latest restart: always - container_name: iotdb-dn-1 - depends_on: - iotdb-confignode-1: - condition: service_healthy + container_name: iotdb-1 healthcheck: test: ["CMD", "ls", "/iotdb/data"] interval: 3s @@ -35,27 +32,8 @@ services: ipv4_address: 172.18.0.3 environment: - dn_rpc_address=iotdb - - dn_internal_address=iotdb - - dn_target_config_node_list=iotdb-confignode-1:22277 - - iotdb-confignode-1: - image: apache/iotdb:1.0.0-confignode - restart: always - container_name: iotdb-cn-1 - healthcheck: - test: ["CMD", "ls", "/iotdb/data"] - interval: 3s - timeout: 5s - retries: 30 - start_period: 30s - networks: - iotdb-network: - ipv4_address: 172.18.0.4 - environment: - - cn_internal_address=iotdb-confignode-1 - - cn_target_config_node_list=iotdb-confignode-1:22277 networks: iotdb-network: - external: true \ No newline at end of file + external: true
