Merge remote-tracking branch 'origin/custom' into custom

This commit is contained in:
2025-02-18 16:20:06 +08:00
52 changed files with 10 additions and 10 deletions
@@ -4,7 +4,7 @@ networks:
services:
onedev:
image: 1dev/server:11.6.15
image: 1dev/server:11.6.16
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
open-webui:
image: ghcr.io/open-webui/open-webui:0.5.12
image: ghcr.io/open-webui/open-webui:v0.5.14
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -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:
+2 -2
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
+1 -1
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: