2
0
forked from jmug/cactoide

feat: add docker and readme

This commit is contained in:
Levente Orban
2025-08-27 08:47:15 +02:00
parent 3d133a6539
commit 9feb3bf64d
19 changed files with 509 additions and 787 deletions

View File

@@ -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"