Files
smartmate/.env.full.example
2026-05-09 17:51:04 +08:00

42 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# SmartFlow 全栈容器化示例环境变量。
#
# 说明:
# 1. 若国内服务器无法直接拉官方镜像,可把下列镜像名改成您已缓存或私有仓库中的地址。
# 2. Compose 默认读取根目录 .env请按需复制为 .env 后再启动。
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
SMARTFLOW_CORS_ALLOWEDORIGINS=http://localhost:5173,https://smartflow.example.com
SMARTFLOW_MYSQL_IMAGE=mysql:8.0
SMARTFLOW_REDIS_IMAGE=redis:7
SMARTFLOW_KAFKA_IMAGE=apache/kafka:3.7.2
SMARTFLOW_ETCD_IMAGE=quay.io/coreos/etcd:v3.5.5
SMARTFLOW_MINIO_IMAGE=minio/minio:RELEASE.2023-03-20T20-16-18Z
SMARTFLOW_MILVUS_IMAGE=milvusdb/milvus:v2.4.4
SMARTFLOW_ATTU_IMAGE=zilliz/attu:v2.4.3
SMARTFLOW_API_PORT=8080
SMARTFLOW_FRONTEND_PORT=80
SMARTFLOW_FRONTEND_HTTPS_PORT=443
SMARTFLOW_MINIO_API_PORT=9000
SMARTFLOW_MINIO_CONSOLE_PORT=9001
SMARTFLOW_MILVUS_PORT=19530
SMARTFLOW_MILVUS_HEALTH_PORT=9091
SMARTFLOW_ATTU_PORT=8000