♻️ refactor(tdengine): standardize environment variable naming and app key
- 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
This commit is contained in:
parent
f44b240b7b
commit
ff3fc43dcc
|
|
@ -108,7 +108,7 @@ additionalProperties:
|
||||||
edit: true
|
edit: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
- default: "6060"
|
- default: "6060"
|
||||||
envKey: Taos_Explorer_PORT
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: taosExplorer service port
|
labelEn: taosExplorer service port
|
||||||
labelZh: taosExplorer 服务端口
|
labelZh: taosExplorer 服务端口
|
||||||
label:
|
label:
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ services:
|
||||||
- ./data:/var/lib/taos
|
- ./data:/var/lib/taos
|
||||||
- ./log:/var/log/taos
|
- ./log:/var/log/taos
|
||||||
ports:
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:6060
|
||||||
- ${Taosc_PORT}:6030
|
- ${Taosc_PORT}:6030
|
||||||
- ${TD_GPT_PORT}:6035
|
- ${TD_GPT_PORT}:6035
|
||||||
- ${RESTFul_WebSocket_PORT}:6041
|
- ${RESTFul_WebSocket_PORT}:6041
|
||||||
|
|
@ -14,7 +15,6 @@ services:
|
||||||
- ${MAPPING_PORT}:6043-6049/udp
|
- ${MAPPING_PORT}:6043-6049/udp
|
||||||
- ${taosX_REST_API_PORT}:6050
|
- ${taosX_REST_API_PORT}:6050
|
||||||
- ${taosX_gRPC_PORT}:6055
|
- ${taosX_gRPC_PORT}:6055
|
||||||
- ${Taos_Explorer_PORT}:6060
|
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@ additionalProperties:
|
||||||
edit: true
|
edit: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
- default: "6060"
|
- default: "6060"
|
||||||
envKey: Taos_Explorer_PORT
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: taosExplorer service port
|
labelEn: taosExplorer service port
|
||||||
labelZh: taosExplorer 服务端口
|
labelZh: taosExplorer 服务端口
|
||||||
label:
|
label:
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ services:
|
||||||
- ./data:/var/lib/taos
|
- ./data:/var/lib/taos
|
||||||
- ./log:/var/log/taos
|
- ./log:/var/log/taos
|
||||||
ports:
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:6060
|
||||||
- ${Taosc_PORT}:6030
|
- ${Taosc_PORT}:6030
|
||||||
- ${TD_GPT_PORT}:6035
|
- ${TD_GPT_PORT}:6035
|
||||||
- ${RESTFul_WebSocket_PORT}:6041
|
- ${RESTFul_WebSocket_PORT}:6041
|
||||||
|
|
@ -14,7 +15,6 @@ services:
|
||||||
- ${MAPPING_PORT}:6043-6049/udp
|
- ${MAPPING_PORT}:6043-6049/udp
|
||||||
- ${taosX_REST_API_PORT}:6050
|
- ${taosX_REST_API_PORT}:6050
|
||||||
- ${taosX_gRPC_PORT}:6055
|
- ${taosX_gRPC_PORT}:6055
|
||||||
- ${Taos_Explorer_PORT}:6060
|
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ description:
|
||||||
en: High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
|
en: High-performance, scalable time-series database designed for Industrial IoT (IIoT) scenarios
|
||||||
zh: 专为工业物联网(IIoT)场景设计的高性能、可扩展时间序列数据库
|
zh: 专为工业物联网(IIoT)场景设计的高性能、可扩展时间序列数据库
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: TDengine
|
key: tdengine
|
||||||
name: TDengine
|
name: TDengine
|
||||||
tags:
|
tags:
|
||||||
- Database
|
- Database
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue