Files
ChatApp/infra/supabase/docker-compose.yml
T
2026-04-18 23:11:35 +02:00

10 lines
481 B
YAML

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