Use HTTP endpoint for MinIO S3 connection

Directus → Coolify/Traefik → MinIO (HTTP internally)
Public access still via HTTPS through Cloudflare

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-22 14:09:35 -07:00
parent 5660502b21
commit f7d3296d43

View File

@@ -62,7 +62,7 @@ services:
STORAGE_S3_SECRET: ${MINIO_SECRET_KEY} STORAGE_S3_SECRET: ${MINIO_SECRET_KEY}
STORAGE_S3_BUCKET: "directus-uploads" STORAGE_S3_BUCKET: "directus-uploads"
STORAGE_S3_REGION: "us-east-1" STORAGE_S3_REGION: "us-east-1"
STORAGE_S3_ENDPOINT: "https://s3.b28.dev" STORAGE_S3_ENDPOINT: "http://s3.b28.dev"
STORAGE_S3_FORCE_PATH_STYLE: "true" STORAGE_S3_FORCE_PATH_STYLE: "true"
volumes: volumes: