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:
@@ -62,7 +62,7 @@ services:
|
||||
STORAGE_S3_SECRET: ${MINIO_SECRET_KEY}
|
||||
STORAGE_S3_BUCKET: "directus-uploads"
|
||||
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"
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user