From e2578e5794ddf36fef25352f482f02e673737fe4 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Thu, 22 Aug 2024 01:13:38 +0800 Subject: [PATCH] fix: supbase add init/data.sql --- apps/dokploy/templates/supabase/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/dokploy/templates/supabase/index.ts b/apps/dokploy/templates/supabase/index.ts index 04e56fa3..36320ab4 100644 --- a/apps/dokploy/templates/supabase/index.ts +++ b/apps/dokploy/templates/supabase/index.ts @@ -310,6 +310,11 @@ services: hide_credentials: true `, }, + { + filePath: "/volumes/db/init/data.sql", + content: ` + `, + }, { filePath: "/volumes/db/jwt.sql", content: `