From 71edb68995444635e1e803af84aae617eb768577 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 18 Mar 2024 11:09:00 +0100 Subject: [PATCH] Update GOTRUE_SITE_URL environment variable --- templates/compose/supabase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/supabase.yaml b/templates/compose/supabase.yaml index 2eb5e94b0..33495e10c 100644 --- a/templates/compose/supabase.yaml +++ b/templates/compose/supabase.yaml @@ -913,7 +913,7 @@ services: - GOTRUE_DB_DRIVER=postgres - GOTRUE_DB_DATABASE_URL=postgres://supabase_auth_admin:${SERVICE_PASSWORD_POSTGRES}@${POSTGRES_HOST:-supabase-db}:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-supabase} - - GOTRUE_SITE_URL=${SERVICE_SITE_URL} + - GOTRUE_SITE_URL=${SERVICE_FQDN_SUPABASE} - GOTRUE_URI_ALLOW_LIST=${ADDITIONAL_REDIRECT_URLS} - GOTRUE_DISABLE_SIGNUP=${DISABLE_SIGNUP:-false}