Add Docker support with Gunicorn, SQLite volume persistence, and optional PostgreSQL

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Shayan Azadi
2026-07-01 00:32:25 +03:30
parent 066276743a
commit 5dd29c41d6
8 changed files with 151 additions and 3 deletions

View File

@@ -9,3 +9,6 @@ python-decouple==3.8
# Optional PostgreSQL driver (SQLite is used by default)
psycopg2-binary==2.9.9
# Production server
gunicorn==21.2.0