coze-dev / coze-dev/coze-studio

请问这个http://........../local_storage/opencoze.... 的http协议如何配置为 https协议

Open
#724 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
21.6k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

请问这个 http://.........../local_storage/opencoze.... 的http协议如何配置为 https 协议.
已经尝试以下配置并通过“docker compose --profile '*' up -d --force-recreate --no-deps coze-server”重启,但没有用:

# Storage component
export STORAGE_TYPE="minio" # minio / tos / s3
export STORAGE_UPLOAD_HTTP_SCHEME="https" # http / https. If coze studio website is https, you must set it to https
export STORAGE_BUCKET="opencoze"
# MiniIO
export MINIO_ROOT_USER=minioadmin
export MINIO_ROOT_PASSWORD=minioadminfdsffasfs
export MINIO_DEFAULT_BUCKETS=milvus
export MINIO_AK=$MINIO_ROOT_USER
export MINIO_SK=$MINIO_ROOT_PASSWORD
export MINIO_ENDPOINT="minio:9000"
export MINIO_API_HOST="https://${MINIO_ENDPOINT}"

Image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.