diff --git a/supabase/kong/kong.yml b/supabase/kong/kong.yml index 5cc0f04..1ac57d2 100644 --- a/supabase/kong/kong.yml +++ b/supabase/kong/kong.yml @@ -18,7 +18,7 @@ acls: services: ## Auth (GoTrue) - name: auth-v1 - url: http://gotrue:9999/ + url: http://127.0.0.1:9999/ routes: - name: auth-v1-all strip_path: true @@ -38,7 +38,7 @@ services: ## REST (PostgREST) - name: rest-v1 - url: http://postgrest:3000/ + url: http://127.0.0.1:3000/ routes: - name: rest-v1-all strip_path: true @@ -58,7 +58,7 @@ services: ## Storage - name: storage-v1 - url: http://storage-api:5000/ + url: http://127.0.0.1:5000/ routes: - name: storage-v1-all strip_path: true