Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353 2025-02-18 06:26:56 +00:00
parent ba2caebcbd
commit 4ce6d185a8
37 changed files with 8 additions and 8 deletions

View File

@ -23,8 +23,8 @@ MILVUS_STANDALONE_SERVER_PORT=9091
MYSCALE_PORT=8123
# Elasticsearch 端口 [必填]
ELASTICSEARCH_PORT=8123
ELASTICSEARCH_PORT=9200
# Kibana 端口 [必填]
KIBANA_PORT=8123
KIBANA_PORT=5601

View File

@ -64,7 +64,7 @@ additionalProperties:
required: true
rule: paramPort
type: number
- default: 8123
- default: 9200
edit: true
envKey: ELASTICSEARCH_PORT
labelZh: Elasticsearch 端口
@ -72,7 +72,7 @@ additionalProperties:
required: true
rule: paramPort
type: number
- default: 8123
- default: 5601
edit: true
envKey: KIBANA_PORT
labelZh: Kibana 端口

View File

@ -462,7 +462,7 @@ services:
volumes:
- ${DIFY_ROOT_PATH}/volumes/chroma:/chroma/chroma
couchbase-server:
build: ./couchbase-server
build: ./conf/couchbase-server
command: sh -c "/opt/couchbase/init/init-cbserver.sh"
container_name: couchbase-server
entrypoint:

View File

@ -23,8 +23,8 @@ MILVUS_STANDALONE_SERVER_PORT=9091
MYSCALE_PORT=8123
# Elasticsearch 端口 [必填]
ELASTICSEARCH_PORT=8123
ELASTICSEARCH_PORT=9200
# Kibana 端口 [必填]
KIBANA_PORT=8123
KIBANA_PORT=5601

View File

@ -462,7 +462,7 @@ services:
volumes:
- ${DIFY_ROOT_PATH}/volumes/chroma:/chroma/chroma
couchbase-server:
build: ./couchbase-server
build: ./conf/couchbase-server
command: sh -c "/opt/couchbase/init/init-cbserver.sh"
container_name: couchbase-server
entrypoint: