4 Commits

Author SHA1 Message Date
8265056d24 Add shared network configuration for Directus-MinIO communication
Changes:
- Connect MinIO to Directus network (fs4w08s00ccgskog08k4wg4w)
- Enable direct container-to-container communication
- Allows Directus to access MinIO via http://minio:9000 endpoint

This fixes the networking isolation issue where Directus and MinIO
were on separate Docker networks and couldn't communicate internally.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 14:17:11 -07:00
aa237ae8ef Add explicit Traefik labels for S3 API routing
Coolify UI overrides SERVICE_FQDN env vars, so we need
explicit Traefik labels to route s3.b28.dev → port 9000

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 13:54:56 -07:00
71bfb8cd03 Add dual-domain routing for MinIO S3 API and Console
- S3 API: s3.b28.dev (port 9000)
- Console: objects.b28.dev (port 9001)
- Uses Coolify SERVICE_FQDN_* for multi-domain routing

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 13:50:25 -07:00
a21406974a Add MinIO object storage 2025-10-22 13:40:06 -07:00