supabase / postgres

Unmodified Postgres with some useful plugins

Home Page:https://supabase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional AMI "bundles"

kiwicopple opened this issue · comments

Context

We'd like to build a few different bundles for: a) the AWS marketplace and b) internal usage.

Bundles

We would like to produce AMI bundles

  • Postgres -> this one we already have
  • Postgres + PgBouncer
  • Postgres + PostgREST
  • Postgres + PgBouncer + PostgREST

Marketplaces

The top priority is to produce these images for the AWS marketplace. We can target other marketplaces (DO, GCP etc) in a separate issue.

Will add to #44

Btw, do we already have names in mind to easily distinguish one from the others? At the top of my head, all I could think of are:

Supabase Postgres PgBouncer PostgREST
Supabase Postgres ✔️
Supabase Postgres: PgBouncer Bundle ✔️ ✔️
Supabase Postgres: PostgREST Bundle ✔️ ✔️
Supabase Postgres: Complete Bundle ✔️ ✔️ ✔️

I think those names are good - just make sure it's PostgREST rather than PostgRest to fit their branding.

Will be closing this as we will discontinue our public AMI builds in favor of our Docker offerings as the recommended option for self-hosting Supabase. (ref)

For more information on the overview of our self-hosted setup, you can refer to our documentation here. You can refer here on how to set up Supabase through Docker.