How to self-host Feedbase using Docker
Using Supafork (Recommended)
Using the Supabase CLI
Clone the Feedbase repository
Login to Supabase
Link your project
supabase projects list
.Run the migrations
Manually using the SQL Editor
Go to your Project's SQL Editor
Run the migrations
supabase/migrations
folder of the Feedbase repository into the SQL editor and run them.Verify the migrations
.env
file..env
file with your environment variables.
Run using pre-built Docker image (Recommended)
Pull the Docker image
Run the Docker image
-d
flag.Verify the installation
http://localhost:3000
in your browser.Build and run the Docker image
Build the Docker image
Run the Docker image
-d
flag.Verify the installation
http://localhost:3000
in your browser.