Changes:
- Uncomment S3 storage configuration (lines 58-66)
- Set S3 endpoint to http://minio:9000 (internal Docker network)
- Configure S3 force path style for MinIO compatibility
This replaces the external endpoint (https://s3.b28.dev) with direct
container communication, avoiding Cloudflare Tunnel latency and
SSL/redirect issues.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
HTTP 301 redirect issue when Directus tries to connect to MinIO.
Need to configure Docker network connectivity between services.
Temporarily back to local volumes until networking is resolved.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
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>
- Replace local directus_uploads volume with S3
- Add MinIO credentials to environment config
- Files now stored in s3.b28.dev/directus-uploads
- Enables shared media access across all demos
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove custom 'directus' network definition
- Coolify creates its own network per deployment
- Having both networks causes Traefik routing conflicts
- Containers were connecting to wrong network IP
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>