Skip to content

Simple pgflow application using supabase EdgeFunctions container

Notifications You must be signed in to change notification settings

kallebysantos/testing.pgflow

Repository files navigation

Supabase Docker

This is a minimal Docker Compose setup for self-hosting Supabase. Follow the steps here to get started.

Getting started with PgFlow

  1. Uncomment the docker-compose.yml lines to expose the db ports.

  2. start the containers:

docker compose up -d
  1. run the following migration command:
supabase migrations up --db-url supabase migration up --db-url postgres://postgres:[email protected]:5432/postgres
  1. start the EdgeWorker by calling it:
curl http://localhost:8000/functions/v1/site-scrapper

Consider use the Worker class directly to support auto-load of your workers

About

Simple pgflow application using supabase EdgeFunctions container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published