Skip to content

Commit 0ae54c8

Browse files
authored
Merge pull request #1947 from Websoft9/update-dify-32642094
Update dify
2 parents 699eafd + 6937d65 commit 0ae54c8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

apps/dify/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
W9_REPO_API="langgenius/dify-api"
22
W9_REPO_WEB="langgenius/dify-web"
33
W9_DIST='community'
4-
W9_VERSION='1.9.1'
5-
W9_POWER_PASSWORD='!7m6mavhnOmYER!L'
4+
W9_VERSION='1.9.2'
5+
W9_POWER_PASSWORD='D8S8nQ2y96c!t!dN'
66
W9_HTTP_PORT_SET='9001'
77
W9_HTTP_PORT=80
88
W9_ID='dify'

apps/dify/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ services:
317317

318318
# The DifySandbox
319319
sandbox:
320-
image: langgenius/dify-sandbox:0.2.10
320+
image: langgenius/dify-sandbox:0.2.12
321321
container_name: $W9_ID-sandbox
322322
restart: always
323323
environment:
@@ -336,7 +336,7 @@ services:
336336

337337
# plugin daemon
338338
plugin_daemon:
339-
image: langgenius/dify-plugin-daemon:0.0.6-local
339+
image: langgenius/dify-plugin-daemon:0.3.3-local
340340
container_name: $W9_ID-plugin
341341
restart: always
342342
environment:
@@ -418,7 +418,7 @@ services:
418418

419419
# The Weaviate vector store.
420420
weaviate:
421-
image: semitechnologies/weaviate:1.19.0
421+
image: semitechnologies/weaviate:1.27.0
422422
container_name: $W9_ID-weaviate
423423
restart: always
424424
volumes:

apps/dify/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"dist": "community",
1010
"version": [
11-
"1.9.1",
11+
"1.9.2",
1212
"latest"
1313
]
1414
}

0 commit comments

Comments
 (0)