# 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.