diff --git a/docker-compose.yml b/docker-compose.yml index 4af78e3..5d66139 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: GOTRUE_API_PORT: 9999 API_EXTERNAL_URL: ${SITE_URL:-http://localhost:5173}/auth GOTRUE_DB_DRIVER: postgres - GOTRUE_DB_DATABASE_URL: postgres://supabase_auth_admin:${DB_PASSWORD:-postgres}@db:5432/postgres?sslmode=disable&search_path=auth + GOTRUE_DB_DATABASE_URL: postgres://postgres:${DB_PASSWORD:-postgres}@db:5432/postgres?sslmode=disable&search_path=auth GOTRUE_SITE_URL: ${SITE_URL:-http://localhost:5173} GOTRUE_URI_ALLOW_LIST: ${SITE_URL:-http://localhost:5173}/** GOTRUE_DISABLE_SIGNUP: 'false'