id: storage-node name: Dedicated Storage Node description: MinIO object storage for self-hosted deployments version: 1.0 min_hetzner_plan: CX21 estimated_monthly_cost: 6.94 services: - id: minio name: MinIO image: quay.io/minio/minio:RELEASE.2024-06-13T22-53-53Z ports: ["9000:9000", "9001:9001"] command: ["server", "/data", "--console-address", ":9001"] volumes: - minio_data:/data resource_profile: storage_intensive requirements: min_nodes: 1 max_nodes: 4 supports_ha: true recommended_deployment: "Dedicated node with attached block storage" notes: | For HA, use distributed MinIO with 4+ nodes and erasure coding. For cloud deployments, skip this node — use Hetzner Object Storage. Estimated storage: 1TB on CX21 block storage = ~€6/mo additional.