coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
32.45k stars 1.7k forks source link

[Bug]: Supabase is not able to create buckets / show buckets #3274

Open mwolf1989 opened 1 month ago

mwolf1989 commented 1 month ago

Description

All Supabase Services seems to start but from the supabase studio it is no possible to list or create buckets:

image image

Minimal Reproduction (if possible, example repository)

Ressources -> new - supabase -> deploy

Exception or Error

Kong API: Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" 2024-08-31T14:12:36.817294037Z 172.23.0.15 - - [31/Aug/2024:14:12:36 +0000] "GET /api/storage/default/buckets HTTP/1.1" 500 45

Version

v4.0.0-beta.323

Cloud?

theodufort commented 12 hours ago

Check the the logs for both minio containers (minio/minio and minio/mc) your cpu needs to support x64-v2 instructions otherwise you need to specify the image in your Dockerfile to a v1 image with v1 tags.