|
|
|
|
@ -474,7 +474,8 @@ x-shared-env: &shared-api-worker-env
|
|
|
|
|
services:
|
|
|
|
|
# API service
|
|
|
|
|
api:
|
|
|
|
|
image: langgenius/dify-api:1.2.0
|
|
|
|
|
# image: langgenius/dify-api:1.2.0
|
|
|
|
|
build: ../api
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
# Use the shared environment variables.
|
|
|
|
|
@ -503,7 +504,8 @@ services:
|
|
|
|
|
# worker service
|
|
|
|
|
# The Celery worker for processing the queue.
|
|
|
|
|
worker:
|
|
|
|
|
image: langgenius/dify-api:1.2.0
|
|
|
|
|
# image: langgenius/dify-api:1.2.0
|
|
|
|
|
build: ../api
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
# Use the shared environment variables.
|
|
|
|
|
@ -529,7 +531,8 @@ services:
|
|
|
|
|
|
|
|
|
|
# Frontend web application.
|
|
|
|
|
web:
|
|
|
|
|
image: langgenius/dify-web:1.2.0
|
|
|
|
|
# image: langgenius/dify-web:1.2.0
|
|
|
|
|
build: ../web
|
|
|
|
|
restart: always
|
|
|
|
|
environment:
|
|
|
|
|
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
|
|
|
|
|
|