Skip to content

Commit 3e7a0df

Browse files
authored
Add new self-hosting option with ansible (supabase#30689)
Add a new self-hosting option <Pigsty> with link https://pigsty.io/blog/db/supabase/.
1 parent bb51173 commit 3e7a0df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/docs/content/guides/self-hosting.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ The following third-party providers have shown consistent support for the self-h
8484
description: 'Deploys using Kubernetes.',
8585
href: 'https://stackgres.io/blog/running-supabase-on-top-of-stackgres/',
8686
},
87+
{
88+
name: 'Pigsty',
89+
description: 'Deploys using Ansible.',
90+
href: 'https://pigsty.io/blog/db/supabase/',
91+
},
8792
].map((x) => (
8893
<div className="md:col-span-6" key={x.href}>
8994
<Link href={x.href} passHref>

0 commit comments

Comments
 (0)