forked from jmug/cactoide
feat: add docker and readme
This commit is contained in:
@@ -1 +1,7 @@
|
||||
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key_here
|
||||
# Docker Configuration
|
||||
POSTGRES_DB=cactoied_database
|
||||
POSTGRES_USER=cactoide
|
||||
POSTGRES_PASSWORD=cactoide_password
|
||||
|
||||
# Development Settings
|
||||
DATABASE_URL="postgres://cactoide:cactoide_password@localhost:5432/cactoied_database"
|
||||
|
||||
Reference in New Issue
Block a user