chore: pre-release v0.2.1-dev

This commit is contained in:
Zimeng Xiong
2026-01-14 10:38:28 -08:00
parent 8f9b9b4945
commit 44fb456405
7 changed files with 580 additions and 31 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ services:
- DATABASE_URL=file:/app/prisma/dev.db
- PORT=8000
- NODE_ENV=production
# Required for horizontal scaling (k8s): must be the same across all instances
- CSRF_SECRET=${CSRF_SECRET}
# Required for horizontal scaling (k8s): uncomment and set to same value on all instances
# - CSRF_SECRET=${CSRF_SECRET}
volumes:
- backend-data:/app/prisma
networks: