Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dify/code/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: langgenius/dify-api:1.4.0
image: langgenius/dify-api:1.8.1
restart: always
environment:
# Use the shared environment variables.
Expand Down Expand Up @@ -528,7 +528,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: langgenius/dify-api:1.4.0
image: langgenius/dify-api:1.8.1
restart: always
environment:
# Use the shared environment variables.
Expand All @@ -554,7 +554,7 @@ services:

# Frontend web application.
web:
image: langgenius/dify-web:1.4.0
image: langgenius/dify-web:1.8.1
restart: always
environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
Expand Down