Add Docker packaging and Gitea Actions CI/CD pipeline.
Docker Release / build-and-push (push) Failing after 11s
Docker Release / release (push) Has been skipped

Containerize the app for local and production deploys, and publish images
to the Gitea container registry on main pushes and version tags.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-03 01:09:52 +00:00
co-authored by Cursor
parent 1d248a8808
commit f85b2a1276
6 changed files with 294 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
.git
.gitignore
.claude
.venv
venv
__pycache__
*.pyc
*.pyo
*.log
server.log
# Secrets and local config (injected via compose env_file)
backend/.env
.env
*.env
# Runtime artifacts (mounted as volumes in compose)
backend/uploads/
backend/outputs/
backend/.llm_cache/
out/
# Large local samples
samples/
*.pdf