Upgrade Dify 1.4.3 -> 1.14.2 (latest stable)

api/web 1.14.2, plugin-daemon 0.6.1-local, sandbox 0.2.15, weaviate 1.27.0
(параметризован через DIFY_WEAVIATE_VERSION).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-24 02:07:46 +03:00
parent 6787d9f1f0
commit 81c1f4d674
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -25,9 +25,10 @@ N8N_ENCRYPTION_KEY=fbac490fbf63b779fb5f3d90a2fe5445164aaacef1506b02f3f4331c23c2b
# --- Dify ---
DIFY_HOST=dify.mxti.ru
# Версии образов (api и web всегда одинаковые)
DIFY_VERSION=1.4.3
DIFY_PLUGIN_DAEMON_VERSION=0.1.2-local
DIFY_SANDBOX_VERSION=0.2.12
DIFY_VERSION=1.14.2
DIFY_PLUGIN_DAEMON_VERSION=0.6.1-local
DIFY_SANDBOX_VERSION=0.2.15
DIFY_WEAVIATE_VERSION=1.27.0
# Секреты (сгенерированы: openssl rand -base64 42 / -hex 24)
DIFY_SECRET_KEY=UzWUvFZzVB0Ap0MhhEfQ4r4YiRUBOjJ0O3ra1KUVwwXHoeqmF6OxgqW9
DIFY_PLUGIN_DAEMON_KEY=dAX7IwPuO4ggh1MBASC25G8zfm6DVUZ5pCqKJ5vgQBguYgsSs2OVToDR
+1 -1
View File
@@ -432,7 +432,7 @@ services:
- internal
dify-weaviate:
image: semitechnologies/weaviate:1.19.0
image: semitechnologies/weaviate:${DIFY_WEAVIATE_VERSION}
container_name: dify-weaviate
restart: unless-stopped
environment: