feat: add docker-compose configuration, new Ferrari image, and update SQL permissions

This commit is contained in:
LagoESP
2026-04-29 12:33:11 +02:00
parent 4b69c03761
commit d17fe0651e
4 changed files with 33 additions and 1 deletions
+4
View File
@@ -60,6 +60,10 @@ on conflict (id) do update
file_size_limit = excluded.file_size_limit,
allowed_mime_types = excluded.allowed_mime_types;
grant select on storage.buckets to anon, authenticated;
grant select on storage.objects to anon;
grant select, insert, update, delete on storage.objects to authenticated;
drop policy if exists "vehicle_photos_public_read" on storage.objects;
drop policy if exists "vehicle_photos_admin_insert" on storage.objects;
drop policy if exists "vehicle_photos_admin_update" on storage.objects;