From 83b5e5411a1b2b5b89ef4d62548dc55f76cee44e Mon Sep 17 00:00:00 2001 From: Ahson Shaikh <59800198+Ahson-Shaikh@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:24:17 +0500 Subject: [PATCH] Update docker-compose.yaml Updated the Dify Version --- dify/code/docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dify/code/docker-compose.yaml b/dify/code/docker-compose.yaml index 102ef58..b38e5e7 100644 --- a/dify/code/docker-compose.yaml +++ b/dify/code/docker-compose.yaml @@ -292,7 +292,7 @@ x-shared-env: &shared-api-worker-env services: # API service api: - image: langgenius/dify-api:0.13.0 + image: langgenius/dify-api:0.15.1 restart: always environment: # Use the shared environment variables. @@ -312,7 +312,7 @@ services: # worker service # The Celery worker for processing the queue. worker: - image: langgenius/dify-api:0.13.0 + image: langgenius/dify-api:0.15.1 restart: always environment: # Use the shared environment variables. @@ -331,7 +331,7 @@ services: # Frontend web application. web: - image: langgenius/dify-web:0.13.0 + image: langgenius/dify-web:0.15.1 restart: always environment: CONSOLE_API_URL: ${CONSOLE_API_URL:-}