From 962730cf12d7f5f23c2de71cbb94ce6363e3b93a Mon Sep 17 00:00:00 2001 From: npc0-hue Date: Thu, 26 Feb 2026 15:51:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0docker-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 还在测试 --- docker/docker-compose.dify-plus.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/docker-compose.dify-plus.yaml b/docker/docker-compose.dify-plus.yaml index b567d2214..fe6834ede 100644 --- a/docker/docker-compose.dify-plus.yaml +++ b/docker/docker-compose.dify-plus.yaml @@ -717,7 +717,7 @@ services: # API service api: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.11.4.fex.1.9 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.12.1 restart: always environment: # Use the shared environment variables. @@ -761,7 +761,7 @@ services: # worker service # The Celery worker for processing all queues (dataset, workflow, mail, etc.) worker: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.11.4.fex.1.9 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.12.1 restart: always environment: # Use the shared environment variables. @@ -800,7 +800,7 @@ services: # worker-gaia service # The Celery worker-gaia for processing the queue. worker-gaia: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.11.4.fex.1.9 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.12.1 restart: always environment: # Use the shared environment variables. @@ -826,7 +826,7 @@ services: # worker-dataset service # The Celery worker-dataset for processing the queue. worker-dataset: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.11.4.fex.1.9 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.12.1 restart: always environment: # Use the shared environment variables. @@ -852,7 +852,7 @@ services: # worker_beat service # Celery beat for scheduling periodic tasks. worker_beat: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.11.4.fex.1.9 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-api:1.12.1 restart: always environment: # Use the shared environment variables. @@ -882,7 +882,7 @@ services: # Frontend web application. web: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-web:1.11.4.fex.3 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-web:1.12.1 restart: always environment: CONSOLE_API_URL: ${CONSOLE_API_URL:-} @@ -1667,7 +1667,7 @@ services: # Extend - admin-web admin-web: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-web:1.11.4 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-web:1.12.1 restart: always ports: - '8081:8081' @@ -1679,7 +1679,7 @@ services: # Extend - admin-server admin-server: - image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-server:1.11.4 + image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-server:1.12.1 restart: always environment: # JWT signing key must match API's SECRET_KEY for token compatibility