Skip to content

Supabase (db, auth, api, storage, realtime, studio, meta)

1. Overview

supabase is an Atlas service family in the data category. Its implementation and service-owned documentation live under services/supabase/.

2. Role In Atlas

Atlas uses this service according to its manifest, topology row, SOURCE settings, dependencies, and runtime data-flow declarations.

3. Tracks And Category

  • Category: data
  • Kind: container
  • Tracks: all, data-eng, gen-ai-creative, gen-ai-eng, gen-ai-rag, ml-eng, trading

4. Access

  • Kong aliases: supabase-studio.localhost
  • Port variables: SUPABASE_DB_PORT, POSTGRES_EXPORTER_PORT, SUPABASE_META_PORT, SUPABASE_STORAGE_PORT, SUPABASE_AUTH_PORT, SUPABASE_API_PORT, SUPABASE_REALTIME_PORT, SUPABASE_STUDIO_PORT

5. Configuration

  • SOURCE variables: SUPABASE_DB_SOURCE, SUPABASE_DB_INIT_SOURCE, SUPABASE_META_SOURCE, SUPABASE_STORAGE_SOURCE, SUPABASE_AUTH_SOURCE, SUPABASE_API_SOURCE, SUPABASE_REALTIME_SOURCE, SUPABASE_STUDIO_SOURCE
  • Default SOURCE values: container
  • Available SOURCE values: container, disabled

6. Dependencies And Topology

  • Required dependencies: -
  • Optional dependencies: -
  • Runtime calls: -

7. Source Values

SOURCE Variable Default Values
SUPABASE_DB_SOURCE container container
SUPABASE_DB_INIT_SOURCE container container, disabled
SUPABASE_META_SOURCE container container, disabled
SUPABASE_STORAGE_SOURCE container container, disabled
SUPABASE_AUTH_SOURCE container container, disabled
SUPABASE_API_SOURCE container container, disabled
SUPABASE_REALTIME_SOURCE container container, disabled
SUPABASE_STUDIO_SOURCE container container, disabled

8. Runtime Integration

The manifest data-flow list declares runtime calls to -. The topology row supplies aliases and port surfaces used by the generated gateway and service references.

9. Architecture

10. Operations

Use ./start.sh to configure this service through the wizard or pass the matching SOURCE flag when the service is source-configurable. Use ./stop.sh to stop the active Atlas project.

11. Source Documentation