From ff3fc43dcca6b237fea57cb6a07008798fb925e7 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(tdengine):=20stan?= =?UTF-8?q?dardize=20environment=20variable=20naming=20and=20app=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update taosExplorer port environment variable from Taos_Explorer_PORT to PANEL_APP_PORT_HTTP for consistency - add PANEL_APP_PORT_HTTP port mapping to docker-compose files - remove old Taos_Explorer_PORT port mapping from docker-compose files - update app key from TDengine to tdengine for naming consistency --- apps/TDengine/3.3.8.4-CommunityEdition/data.yml | 2 +- apps/TDengine/3.3.8.4-CommunityEdition/docker-compose.yml | 2 +- apps/TDengine/3.3.8.4-EnterpriseEdition/data.yml | 2 +- apps/TDengine/3.3.8.4-EnterpriseEdition/docker-compose.yml | 2 +- apps/TDengine/data.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/TDengine/3.3.8.4-CommunityEdition/data.yml b/apps/TDengine/3.3.8.4-CommunityEdition/data.yml index 3cca036be..3ffd5db31 100644 --- a/apps/TDengine/3.3.8.4-CommunityEdition/data.yml +++ b/apps/TDengine/3.3.8.4-CommunityEdition/data.yml @@ -108,7 +108,7 @@ additionalProperties: edit: true rule: paramPort - default: "6060" - envKey: Taos_Explorer_PORT + envKey: PANEL_APP_PORT_HTTP labelEn: taosExplorer service port labelZh: taosExplorer 服务端口 label: diff --git a/apps/TDengine/3.3.8.4-CommunityEdition/docker-compose.yml b/apps/TDengine/3.3.8.4-CommunityEdition/docker-compose.yml index af7c41f62..58f86e150 100644 --- a/apps/TDengine/3.3.8.4-CommunityEdition/docker-compose.yml +++ b/apps/TDengine/3.3.8.4-CommunityEdition/docker-compose.yml @@ -7,6 +7,7 @@ services: - ./data:/var/lib/taos - ./log:/var/log/taos ports: + - ${PANEL_APP_PORT_HTTP}:6060 - ${Taosc_PORT}:6030 - ${TD_GPT_PORT}:6035 - ${RESTFul_WebSocket_PORT}:6041 @@ -14,7 +15,6 @@ services: - ${MAPPING_PORT}:6043-6049/udp - ${taosX_REST_API_PORT}:6050 - ${taosX_gRPC_PORT}:6055 - - ${Taos_Explorer_PORT}:6060 networks: - 1panel-network labels: diff --git a/apps/TDengine/3.3.8.4-EnterpriseEdition/data.yml b/apps/TDengine/3.3.8.4-EnterpriseEdition/data.yml index 3cca036be..3ffd5db31 100644 --- a/apps/TDengine/3.3.8.4-EnterpriseEdition/data.yml +++ b/apps/TDengine/3.3.8.4-EnterpriseEdition/data.yml @@ -108,7 +108,7 @@ additionalProperties: edit: true rule: paramPort - default: "6060" - envKey: Taos_Explorer_PORT + envKey: PANEL_APP_PORT_HTTP labelEn: taosExplorer service port labelZh: taosExplorer 服务端口 label: diff --git a/apps/TDengine/3.3.8.4-EnterpriseEdition/docker-compose.yml b/apps/TDengine/3.3.8.4-EnterpriseEdition/docker-compose.yml index 4cc7b2228..02c02adf5 100644 --- a/apps/TDengine/3.3.8.4-EnterpriseEdition/docker-compose.yml +++ b/apps/TDengine/3.3.8.4-EnterpriseEdition/docker-compose.yml @@ -7,6 +7,7 @@ services: - ./data:/var/lib/taos - ./log:/var/log/taos ports: + - ${PANEL_APP_PORT_HTTP}:6060 - ${Taosc_PORT}:6030 - ${TD_GPT_PORT}:6035 - ${RESTFul_WebSocket_PORT}:6041 @@ -14,7 +15,6 @@ services: - ${MAPPING_PORT}:6043-6049/udp - ${taosX_REST_API_PORT}:6050 - ${taosX_gRPC_PORT}:6055 - - ${Taos_Explorer_PORT}:6060 networks: - 1panel-network labels: diff --git a/apps/TDengine/data.yml b/apps/TDengine/data.yml index 20705960b..cf1b3a9e2 100644 --- a/apps/TDengine/data.yml +++ b/apps/TDengine/data.yml @@ -6,7 +6,7 @@ description: en: High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios zh: 专为工业物联网(IIoT)场景设计的高性能、可扩展时间序列数据库 additionalProperties: - key: TDengine + key: tdengine name: TDengine tags: - Database