1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-07 11:32:30 +08:00
pooneyy cc5fb382bc
feat(tdengine): add tdengine 3.3.8.1 community and enterprise editions
- add community edition with tdengine/tsdb:3.3.8.1 image
- add enterprise edition with tdengine/tsdb-ee:3.3.8.1 image
- configure multiple service ports including taosc, tdgpt, restful, and taosx
- add comprehensive documentation with port mapping details
- include application metadata and logo for tdengine database
2025-10-30 16:57:35 +08:00

65 lines
1.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

additionalProperties:
formFields:
- default: "6030"
envKey: Taosc_PORT
label:
en: Native interface (taosc) Port
zh: 原生接口taosc端口
required: true
type: number
edit: true
rule: paramPort
- default: "6035"
envKey: TD_GPT_PORT
label:
en: TDgpt Port
zh: TDgpt 端口
required: true
type: number
edit: true
rule: paramPort
- default: "6041"
envKey: RESTFul_WebSocket_PORT
label:
en: RESTful and WebSocket Port
zh: RESTful and WebSocket 端口
required: true
type: number
edit: true
rule: paramPort
- default: 6043-6049
envKey: MAPPING_PORT
label:
en: Mapping Port within Container 6043-6049
zh: 映射容器内端口 6043-6049
required: true
type: text
edit: true
- default: "6050"
envKey: taosX_REST_API_PORT
label:
en: taosX REST API listening port
zh: " taosX REST API 监听端口"
required: true
type: number
edit: true
rule: paramPort
- default: "6055"
envKey: taosX_gRPC_PORT
label:
en: taosX gRPC service listening port
zh: taosX gRPC 服务监听端口
required: true
type: number
edit: true
rule: paramPort
- default: "6060"
envKey: Taos_Explorer_PORT
label:
en: taosExplorer service port
zh: taosExplorer 服务端口
required: true
type: number
edit: true
rule: paramPort