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

12
start.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
set -x
echo "Deploying prisma migrations"
pnpx prisma migrate deploy --schema ./apps/web/prisma/schema.prisma
echo "Starting web server"
node apps/web/server.js