Skip to content

Storage Service Unable to Access MinIO in Self-Hosted Supabase Setup #30341

Discussion options

You must be logged in to vote

Yes, I resolved the issue with the updated storage configuration below. Part of my confusion stemmed from the terminology in the YAML file. I initially thought the "create bucket" section would create a bucket visible in the Supabase dashboard, but it only creates a bucket within the MinIO container for Supabase to use. After deploying the updated configuration, I created a folder and uploaded a test file through the Supabase dashboard, confirming the bucket was properly configured and functional.

  # s3 storage
  supabase-minio:
    container_name: supabase-minio
    image: minio/minio
    ports:
      - "9000:9000"
      - "9001:9001"
    environment:
      MINIO_ROOT_USER: ${MINIO_ROOT…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tannerhladek
Comment options

Answer selected by tannerhladek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants