mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-23 01:54:23 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
parent
ba2caebcbd
commit
4ce6d185a8
@ -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
|
||||
|
@ -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 端口
|
@ -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:
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user