chore: bump dify release to 1.11.0 (#29355)

This commit is contained in:
-LAN-
2025-12-10 19:54:25 +08:00
committed by GitHub
parent 94244ed8f6
commit 813a734f27
6 changed files with 14 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ services:
# API service
api:
image: langgenius/dify-api:1.10.1-fix.1
image: langgenius/dify-api:1.11.0
restart: always
environment:
# Use the shared environment variables.
@@ -62,7 +62,7 @@ services:
# worker service
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
image: langgenius/dify-api:1.10.1-fix.1
image: langgenius/dify-api:1.11.0
restart: always
environment:
# Use the shared environment variables.
@@ -101,7 +101,7 @@ services:
# worker_beat service
# Celery beat for scheduling periodic tasks.
worker_beat:
image: langgenius/dify-api:1.10.1-fix.1
image: langgenius/dify-api:1.11.0
restart: always
environment:
# Use the shared environment variables.
@@ -131,7 +131,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.10.1-fix.1
image: langgenius/dify-web:1.11.0
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
@@ -268,7 +268,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.4.1-local
image: langgenius/dify-plugin-daemon:0.5.1-local
restart: always
environment:
# Use the shared environment variables.

View File

@@ -123,7 +123,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.4.1-local
image: langgenius/dify-plugin-daemon:0.5.1-local
restart: always
env_file:
- ./middleware.env

View File

@@ -658,7 +658,7 @@ services:
# API service
api:
image: langgenius/dify-api:1.10.1-fix.1
image: langgenius/dify-api:1.11.0
restart: always
environment:
# Use the shared environment variables.
@@ -699,7 +699,7 @@ services:
# worker service
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
worker:
image: langgenius/dify-api:1.10.1-fix.1
image: langgenius/dify-api:1.11.0
restart: always
environment:
# Use the shared environment variables.
@@ -738,7 +738,7 @@ services:
# worker_beat service
# Celery beat for scheduling periodic tasks.
worker_beat:
image: langgenius/dify-api:1.10.1-fix.1
image: langgenius/dify-api:1.11.0
restart: always
environment:
# Use the shared environment variables.
@@ -768,7 +768,7 @@ services:
# Frontend web application.
web:
image: langgenius/dify-web:1.10.1-fix.1
image: langgenius/dify-web:1.11.0
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
@@ -905,7 +905,7 @@ services:
# plugin daemon
plugin_daemon:
image: langgenius/dify-plugin-daemon:0.4.1-local
image: langgenius/dify-plugin-daemon:0.5.1-local
restart: always
environment:
# Use the shared environment variables.