提交 d99d262d authored 作者: QYG2297248353's avatar QYG2297248353

Synced apps from source repository via GitHub Actions

上级 c02138ad
...@@ -7,6 +7,9 @@ PANEL_APP_PORT_HTTP=8080 ...@@ -7,6 +7,9 @@ PANEL_APP_PORT_HTTP=8080
# WebUI SSL 端口 [必填] # WebUI SSL 端口 [必填]
PANEL_APP_PORT_HTTPS=8443 PANEL_APP_PORT_HTTPS=8443
# 插件调试端口 [必填]
PLUGIN_DEBUGGING_PORT=5003
# Milvus 端口 [必填] # Milvus 端口 [必填]
MILVUS_STANDALONE_PORT1=19530 MILVUS_STANDALONE_PORT1=19530
......
...@@ -23,6 +23,14 @@ additionalProperties: ...@@ -23,6 +23,14 @@ additionalProperties:
required: true required: true
rule: paramPort rule: paramPort
type: number type: number
- default: 5003
edit: true
envKey: PLUGIN_DEBUGGING_PORT
labelZh: 插件调试端口
labelEn: Plugin debugging port
required: true
rule: paramPort
type: number
- default: 19530 - default: 19530
disabled: true disabled: true
envKey: MILVUS_STANDALONE_PORT1 envKey: MILVUS_STANDALONE_PORT1
......
...@@ -903,8 +903,8 @@ COMPOSE_PROFILES=${VECTOR_STORE:-weaviate} ...@@ -903,8 +903,8 @@ COMPOSE_PROFILES=${VECTOR_STORE:-weaviate}
# ------------------------------ # ------------------------------
# Docker Compose Service Expose Host Port Configurations # Docker Compose Service Expose Host Port Configurations
# ------------------------------ # ------------------------------
EXPOSE_NGINX_PORT=80 PANEL_APP_PORT_HTTP=80
EXPOSE_NGINX_SSL_PORT=443 PANEL_APP_PORT_HTTPS=443
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
# ModelProvider & Tool Position Configuration # ModelProvider & Tool Position Configuration
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论