feat: add Docker support, local database seeding, and production configuration

This commit is contained in:
poyrazavsever
2026-06-06 20:45:55 +03:00
parent b3da493ef1
commit 49045f3fac
6 changed files with 203 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
# Supabase Configuration
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
# AI Providers (Optional - These can also be set inside the app per user)
# OPENAI_API_KEY=your_openai_api_key
# GROQ_API_KEY=your_groq_api_key
# GEMINI_API_KEY=your_gemini_api_key
# Supabase Auth Configuration (For local / custom host)
# NEXT_PUBLIC_SITE_URL=http://localhost:3000