Merge pull request #20 from 2BX-git/main

docker-compose.yaml
This commit is contained in:
Andrei Canta
2024-12-04 14:02:59 +02:00
committed by GitHub
+3 -3
View File
@@ -213,7 +213,7 @@ x-shared-env: &shared-api-worker-env
services: services:
# API service # API service
api: api:
image: langgenius/dify-api:0.8.3 image: langgenius/dify-api:0.11.0
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.
@@ -233,7 +233,7 @@ services:
# worker service # worker service
# The Celery worker for processing the queue. # The Celery worker for processing the queue.
worker: worker:
image: langgenius/dify-api:0.8.3 image: langgenius/dify-api:0.11.0
restart: always restart: always
environment: environment:
# Use the shared environment variables. # Use the shared environment variables.
@@ -252,7 +252,7 @@ services:
# Frontend web application. # Frontend web application.
web: web:
image: langgenius/dify-web:0.8.3 image: langgenius/dify-web:0.11.0
restart: always restart: always
environment: environment:
CONSOLE_API_URL: ${CONSOLE_API_URL:-} CONSOLE_API_URL: ${CONSOLE_API_URL:-}