Remove Nixpacks configuration files for backend and frontend; update Coolify deployment guide to reflect changes in directory structure and configuration requirements.

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-27 20:23:34 +02:00
parent e5b413c79d
commit 8c5798db43
4 changed files with 6 additions and 42 deletions
-13
View File
@@ -1,13 +0,0 @@
# Nixpacks configuration for the Flask frontend
[phases.setup]
nixpkgsArchive = "88a9d1386465831607986442fd9c8c0e7a1b2f5"
aptPkgs = ["git"]
[phases.install]
# Nixpacks auto-detects Python and runs pip install -r requirements.txt
[build]
[deploy]
startCommand = "gunicorn frontend.app.main:app --bind 0.0.0.0:5000 --workers 2 --timeout 120"