Skip to content

Selfhosted Supabase/Netlify GoTrue user management and auth

Notifications You must be signed in to change notification settings

jakoblo/gotrue-selfhosted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotrue-selfhosted

This is a Docker Compose setup for self-hosting Supabase/Netlify GoTrue.

Before you begin

You need:

  • Docker and Docker Compose installed
  • Git

Quick Start

Local Dev Environment:

# Clone the repository
git clone https://github.com/majorgyb/gotrue-selfhosted

# Go to the docker folder
cd gotrue-selfhosted

# Start
docker-compose --env-file ./.env.example up -d

Production Environment

# Clone the repository
git clone https://github.com/majorgyb/gotrue-selfhosted

# Go to the docker folder
cd gotrue-selfhosted

# Copy the example env vars and CHANGE them for your prod env
cp .env.example .env

# Start
docker-compose -f docker-compose-prod.yml up -d