This commit is contained in:
2026-04-18 23:11:35 +02:00
commit f7cfd2a86e
196 changed files with 35538 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Placeholder.
#
# We do NOT vendor Supabase's compose file — it changes often and shipping a fork
# means tracking upstream manually. Instead, follow the setup in ./README.md:
# clone https://github.com/supabase/supabase and run `docker compose up -d` in
# `supabase/docker`. SQL migrations from ./migrations apply on top.
#
# If we ever need compose overrides (extra services, custom volumes), add a
# `docker-compose.override.yml` next to this file and document it in README.