feat: add hedge fund management features including creation, deletion, and manager assignments
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m23s

This commit is contained in:
2026-03-18 19:59:15 -04:00
parent 1ce1511954
commit 03ee361f29
12 changed files with 794 additions and 17 deletions
+1
View File
@@ -5,6 +5,7 @@ services:
command: sh -c "npx prisma db push --accept-data-loss && npm start"
ports:
- "12131:3000"
- "12555:5555"
environment:
DATABASE_URL: "${DATABASE_URL}"
NEXTAUTH_SECRET: "${NEXTAUTH_SECRET}"