From 6017f34e023e4f64b40e5f4a4c0179265707c979 Mon Sep 17 00:00:00 2001 From: Paul Copplestone Date: Mon, 21 Sep 2020 17:09:42 +0800 Subject: [PATCH] feat: Adds a docker deployment --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 532de199ff..6fd8d61c4c 100644 --- a/README.md +++ b/README.md @@ -497,6 +497,10 @@ GoTrue exposes the following endpoints: This will revoke all refresh tokens for the user. Remember that the JWT tokens will still be valid for stateless auth until they expires. +## Pre-built + +- [Docker](https://hub.docker.com/repository/docker/supabase/gotrue) + ## TODO * Schema for custom user data in config file