Hello gang, we like to use supabase for a communit...
# help
m
Hello gang, we like to use supabase for a community project. Our hosted postgres db lies uses https://www.digitalocean.com/products/managed-databases/ We currently run our apps on our own paas (caprover) in docker containers. Is it possible to use a hosted postgres db? Thanks.
okay, so think I have to adjust the docker-compose.yml https://github.com/supabase/supabase/blob/master/docker/docker-compose.yml#L147 and the references to
db
m
Have you look at the self hosting docs? https://supabase.com/docs/guides/hosting/overview
m
thank you. i did take a look and if we'd host our own postgres server from scratch we should be able to do what we do. is there a way i can check on postgres which plugins are enabled?
-- Extension namespacing create schema if not exists extensions; create extension if not exists "uuid-ossp" with schema extensions; create extension if not exists pgcrypto with schema extensions; create extension if not exists pgjwt with schema extensions; uuid-oosp is supported pgcrypto is supported pgjwt is not available