配置公网 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

@@ -24,10 +24,11 @@ MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
# XXXX Browser-facing MinIO endpoint used to generate image/frame presigned URLs.
# LAN example: localhost:9000 and MINIO_SECURE=false
# Public-domain example: seg-minio.example.com and MINIO_SECURE=true
# LAN example: localhost:9000 with MINIO_SECURE=false
# Public-domain example: seg-minio.example.com with MINIO_PUBLIC_SECURE=true
MINIO_PUBLIC_ENDPOINT=localhost:9000
MINIO_SECURE=false
# MINIO_PUBLIC_SECURE=true
# Local directory containing SAM 2.1 checkpoints.
# Keep ./models for a self-contained deploy, or point to another path only when deliberately sharing a model cache.