mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-04 10:14:00 +08:00
fix:docker compose 镜像修改,和数据库迁移文件
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
"""empty message
|
||||
|
||||
Revision ID: 8105570f52ac
|
||||
Revises: 93ba081b3ffa, 588f1696997b
|
||||
Create Date: 2025-04-01 20:42:48.769512
|
||||
|
||||
"""
|
||||
from alembic import op
|
||||
import models as models
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '8105570f52ac'
|
||||
down_revision = ('93ba081b3ffa', '588f1696997b')
|
||||
branch_labels = None
|
||||
depends_on = None
|
||||
|
||||
|
||||
def upgrade():
|
||||
pass
|
||||
|
||||
|
||||
def downgrade():
|
||||
pass
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user