first commit

This commit is contained in:
M1ngdaXie
2025-12-29 16:29:24 -08:00
commit 37d89b13b9
48 changed files with 7334 additions and 0 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Docker Compose Environment Variables
# Copy this file to .env and fill in your actual values
# WARNING: Never commit the actual .env file to version control
# PostgreSQL Configuration
POSTGRES_USER=collab
POSTGRES_PASSWORD=your_secure_password_here
POSTGRES_DB=collaboration