fix: 更新镜像,还有修复一些初始化的bug

This commit is contained in:
FamousMai
2025-03-31 22:12:19 +08:00
parent 1057e5a978
commit 9f6e00c7c1
6 changed files with 62 additions and 9 deletions
+5 -5
View File
@@ -393,7 +393,7 @@ x-shared-env: &shared-api-worker-env
services:
# API service
api:
image: famousmai/dify-plus-api:0.0.7
image: ccr.ccs.tencentyun.com/yfgaia/api:0.0.7
# build:
# context: ../api
# dockerfile: ./Dockerfile
@@ -419,7 +419,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: famousmai/dify-plus-api:0.0.7
image: ccr.ccs.tencentyun.com/yfgaia/api:0.0.7
# build:
# context: ../api
# dockerfile: ./Dockerfile
@@ -444,7 +444,7 @@ services:
# Frontend web application.
web:
image: famousmai/dify-plus-web:0.0.7
image: ccr.ccs.tencentyun.com/yfgaia/web:0.0.7
# build:
# context: ../web
# dockerfile: ./Dockerfile
@@ -608,7 +608,7 @@ services:
AUTHORIZATION_ADMINLIST_USERS: ${WEAVIATE_AUTHORIZATION_ADMINLIST_USERS:-hello@dify.ai}
admin-web:
image: famousmai/dify-plus-admin-web:0.0.7
image: ccr.ccs.tencentyun.com/yfgaia/admin-web:0.0.7
# build:
# context: ../admin/web
# dockerfile: ./Dockerfile
@@ -622,7 +622,7 @@ services:
- default
admin-server:
image: famousmai/dify-plus-admin-server:0.0.7
image: ccr.ccs.tencentyun.com/yfgaia/admin-server:0.0.7-arm64
# build:
# context: ../admin/server
# dockerfile: ./Dockerfile