配置公网 docker 部署

This commit is contained in:
2026-05-08 00:32:02 +08:00
parent 8b4aa609c8
commit 12c263f0f6
7 changed files with 27 additions and 22 deletions

View File

@@ -103,6 +103,7 @@ MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
MINIO_PUBLIC_ENDPOINT=localhost:9000
MINIO_SECURE=false
# MINIO_PUBLIC_SECURE=true
SAM_MODELS_DIR=./models
@@ -344,7 +345,8 @@ VITE_WS_PROGRESS_URL=wss://seg-api.example.com/ws/progress
# XXXX Browser-facing MinIO endpoint
MINIO_PUBLIC_ENDPOINT=seg-minio.example.com
MINIO_SECURE=true
MINIO_SECURE=false
MINIO_PUBLIC_SECURE=true
# XXXX Browser origins
CORS_ORIGINS=["https://seg.example.com"]