ops:切换离线发布为本地构建上传
This commit is contained in:
@@ -4,8 +4,20 @@
|
||||
# 1. 若国内服务器无法直接拉官方镜像,可把下列镜像名改成您已缓存或私有仓库中的地址。
|
||||
# 2. Compose 默认读取根目录 .env;请按需复制为 .env 后再启动。
|
||||
|
||||
SMARTFLOW_BACKEND_IMAGE=smartflow/backend-suite:latest
|
||||
SMARTFLOW_FRONTEND_IMAGE=smartflow/frontend:latest
|
||||
SMARTFLOW_IMAGE_USERAUTH=smartflow/userauth:latest
|
||||
SMARTFLOW_IMAGE_NOTIFICATION=smartflow/notification:latest
|
||||
SMARTFLOW_IMAGE_ACTIVE_SCHEDULER=smartflow/active-scheduler:latest
|
||||
SMARTFLOW_IMAGE_SCHEDULE=smartflow/schedule:latest
|
||||
SMARTFLOW_IMAGE_TASK=smartflow/task:latest
|
||||
SMARTFLOW_IMAGE_TASK_CLASS=smartflow/task-class:latest
|
||||
SMARTFLOW_IMAGE_COURSE=smartflow/course:latest
|
||||
SMARTFLOW_IMAGE_MEMORY=smartflow/memory:latest
|
||||
SMARTFLOW_IMAGE_AGENT=smartflow/agent:latest
|
||||
SMARTFLOW_IMAGE_TASKCLASSFORUM=smartflow/taskclassforum:latest
|
||||
SMARTFLOW_IMAGE_TOKENSTORE=smartflow/tokenstore:latest
|
||||
SMARTFLOW_IMAGE_LLM=smartflow/llm:latest
|
||||
SMARTFLOW_IMAGE_API=smartflow/api:latest
|
||||
SMARTFLOW_IMAGE_FRONTEND=smartflow/frontend:latest
|
||||
ARK_API_KEY=
|
||||
SMARTFLOW_USERAUTH_ALLOWREGISTER=false
|
||||
SMARTFLOW_NOTIFICATION_FRONTENDBASEURL=https://smartflow.example.com
|
||||
|
||||
Reference in New Issue
Block a user