File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11W9_REPO_API = " langgenius/dify-api"
22W9_REPO_WEB = " langgenius/dify-web"
33W9_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 '
66W9_HTTP_PORT_SET = ' 9001'
77W9_HTTP_PORT = 80
88W9_ID = ' dify'
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 88 {
99 "dist" : " community" ,
1010 "version" : [
11- " 1.9.1 " ,
11+ " 1.9.2 " ,
1212 " latest"
1313 ]
1414 }
You can’t perform that action at this time.
0 commit comments