This is a minimal Docker Compose setup for self-hosting Supabase. Follow the steps here to get started.
$ cp .env.example .env
$ docker compose -f docker-compose.yml -f dev/docker-compose.dev.yml up -d
Studio: http://localhost:8000
Inbucket: http://localhost:9000