mirror of
https://github.com/langgenius/dify.git
synced 2026-09-21 05:11:22 +08:00
chore: Bump version to 1.16.0-rc1 (#38600)
This commit is contained in:
@@ -220,7 +220,7 @@ services:
|
||||
# API service
|
||||
api:
|
||||
<<: *shared-api-worker-config
|
||||
image: langgenius/dify-api:1.15.0
|
||||
image: langgenius/dify-api:1.16.0-rc1
|
||||
environment:
|
||||
MODE: api
|
||||
SENTRY_DSN: ${API_SENTRY_DSN:-}
|
||||
@@ -267,7 +267,7 @@ services:
|
||||
# WebSocket service for workflow collaboration.
|
||||
api_websocket:
|
||||
<<: *shared-api-worker-config
|
||||
image: langgenius/dify-api:1.15.0
|
||||
image: langgenius/dify-api:1.16.0-rc1
|
||||
profiles:
|
||||
- collaboration
|
||||
environment:
|
||||
@@ -293,7 +293,7 @@ services:
|
||||
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
|
||||
worker:
|
||||
<<: *shared-worker-config
|
||||
image: langgenius/dify-api:1.15.0
|
||||
image: langgenius/dify-api:1.16.0-rc1
|
||||
environment:
|
||||
MODE: worker
|
||||
SENTRY_DSN: ${API_SENTRY_DSN:-}
|
||||
@@ -339,7 +339,7 @@ services:
|
||||
# Celery beat for scheduling periodic tasks.
|
||||
worker_beat:
|
||||
<<: *shared-worker-beat-config
|
||||
image: langgenius/dify-api:1.15.0
|
||||
image: langgenius/dify-api:1.16.0-rc1
|
||||
environment:
|
||||
MODE: beat
|
||||
depends_on:
|
||||
@@ -372,7 +372,7 @@ services:
|
||||
|
||||
# Frontend web application.
|
||||
web:
|
||||
image: langgenius/dify-web:1.15.0
|
||||
image: langgenius/dify-web:1.16.0-rc1
|
||||
restart: always
|
||||
env_file:
|
||||
- path: ./envs/core-services/web.env
|
||||
@@ -524,7 +524,7 @@ services:
|
||||
|
||||
# Local sandbox for Dify Agent shell workspaces.
|
||||
local_sandbox:
|
||||
image: langgenius/dify-agent-local-sandbox:1.15.0
|
||||
image: langgenius/dify-agent-local-sandbox:1.16.0-rc1
|
||||
restart: always
|
||||
environment:
|
||||
SHELLCTL_AUTH_TOKEN: ${DIFY_AGENT_SHELLCTL_AUTH_TOKEN:-}
|
||||
@@ -626,7 +626,7 @@ services:
|
||||
|
||||
# Dify Agent backend service.
|
||||
agent_backend:
|
||||
image: langgenius/dify-agent-backend:1.15.0
|
||||
image: langgenius/dify-agent-backend:1.16.0-rc1
|
||||
restart: always
|
||||
env_file:
|
||||
- path: ./envs/core-services/dify-agent.env
|
||||
|
||||
@@ -226,7 +226,7 @@ services:
|
||||
# API service
|
||||
api:
|
||||
<<: *shared-api-worker-config
|
||||
image: langgenius/dify-api:1.15.0
|
||||
image: langgenius/dify-api:1.16.0-rc1
|
||||
environment:
|
||||
MODE: api
|
||||
SENTRY_DSN: ${API_SENTRY_DSN:-}
|
||||
@@ -273,7 +273,7 @@ services:
|
||||
# WebSocket service for workflow collaboration.
|
||||
api_websocket:
|
||||
<<: *shared-api-worker-config
|
||||
image: langgenius/dify-api:1.15.0
|
||||
image: langgenius/dify-api:1.16.0-rc1
|
||||
profiles:
|
||||
- collaboration
|
||||
environment:
|
||||
@@ -299,7 +299,7 @@ services:
|
||||
# The Celery worker for processing all queues (dataset, workflow, mail, etc.)
|
||||
worker:
|
||||
<<: *shared-worker-config
|
||||
image: langgenius/dify-api:1.15.0
|
||||
image: langgenius/dify-api:1.16.0-rc1
|
||||
environment:
|
||||
MODE: worker
|
||||
SENTRY_DSN: ${API_SENTRY_DSN:-}
|
||||
@@ -345,7 +345,7 @@ services:
|
||||
# Celery beat for scheduling periodic tasks.
|
||||
worker_beat:
|
||||
<<: *shared-worker-beat-config
|
||||
image: langgenius/dify-api:1.15.0
|
||||
image: langgenius/dify-api:1.16.0-rc1
|
||||
environment:
|
||||
MODE: beat
|
||||
depends_on:
|
||||
@@ -378,7 +378,7 @@ services:
|
||||
|
||||
# Frontend web application.
|
||||
web:
|
||||
image: langgenius/dify-web:1.15.0
|
||||
image: langgenius/dify-web:1.16.0-rc1
|
||||
restart: always
|
||||
env_file:
|
||||
- path: ./envs/core-services/web.env
|
||||
@@ -530,7 +530,7 @@ services:
|
||||
|
||||
# Local sandbox for Dify Agent shell workspaces.
|
||||
local_sandbox:
|
||||
image: langgenius/dify-agent-local-sandbox:1.15.0
|
||||
image: langgenius/dify-agent-local-sandbox:1.16.0-rc1
|
||||
restart: always
|
||||
environment:
|
||||
SHELLCTL_AUTH_TOKEN: ${DIFY_AGENT_SHELLCTL_AUTH_TOKEN:-}
|
||||
@@ -632,7 +632,7 @@ services:
|
||||
|
||||
# Dify Agent backend service.
|
||||
agent_backend:
|
||||
image: langgenius/dify-agent-backend:1.15.0
|
||||
image: langgenius/dify-agent-backend:1.16.0-rc1
|
||||
restart: always
|
||||
env_file:
|
||||
- path: ./envs/core-services/dify-agent.env
|
||||
|
||||
Reference in New Issue
Block a user