fix:docker compose 镜像修改,和数据库迁移文件

This commit is contained in:
FamousMai
2025-04-01 22:24:45 +08:00
parent 4dd8a527d2
commit b226e01b2f
2 changed files with 28 additions and 3 deletions
+3 -3
View File
@@ -578,7 +578,7 @@ services:
# The Dify-plus SandboxFull
sandbox-full:
image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-sandbox-full:1.0.0-arm64
image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-sandbox-full:0.0.7
restart: always
environment:
# The DifySandbox configurations
@@ -712,7 +712,7 @@ services:
AUTHORIZATION_ADMINLIST_USERS: ${WEAVIATE_AUTHORIZATION_ADMINLIST_USERS:-hello@dify.ai}
admin-web:
image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-web:1.0.0
image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-web:0.0.7
# build:
# context: ../admin/web
# dockerfile: ./Dockerfile
@@ -726,7 +726,7 @@ services:
- default
admin-server:
image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-server:1.0.0
image: ccr.ccs.tencentyun.com/yfgaia/dify-plus-admin-server:0.0.7
# build:
# context: ../admin/server
# dockerfile: ./Dockerfile