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

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
.env
.venv
__pycache__
*.py[cod]
*.sqlite3
db.sqlite3
*.log
.git
.gitignore
README.md