Improve self host support (#28)

* Add docker setup for self hosting

* Add ses settings tables
This commit is contained in:
KM Koushik
2024-06-10 17:40:42 +10:00
committed by GitHub
parent 6128f26a78
commit 18b523912d
24 changed files with 708 additions and 169 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "next dev -p 3000",
"build": "pnpm db:migrate-deploy && next build",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings 0",
"db:post-install": "prisma generate",
@@ -37,6 +37,7 @@
"install": "^0.13.0",
"lucide-react": "^0.359.0",
"mime-types": "^2.1.35",
"nanoid": "^5.0.7",
"next": "^14.2.1",
"next-auth": "^4.24.6",
"pg-boss": "^9.0.3",