Files
smartmate/.env.full.example
Losita cc98b62ad8 Version: 0.9.83.dev.260508
后端:
1.关闭了注册接口

前端:
1.改造了主页

仓库:
1.对部署做了一些改善
2026-05-08 18:29:49 +08:00

30 lines
1.1 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_BACKEND_IMAGE=smartflow/backend-suite:latest
SMARTFLOW_FRONTEND_IMAGE=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