This commit is contained in:
urieljarethbusiness-cpu
2026-05-17 10:14:14 -06:00
parent d8773b2508
commit 64b3d15b90
61 changed files with 7612 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[variables]
NODE_ENV = "production"
NEXT_PUBLIC_API_URL = ""
PYTHONUNBUFFERED = "1"
[phases.setup]
nixPkgs = ["python312", "nodejs_22", "ffmpeg"]
[phases.install]
cmds = [
"pip install --no-cache-dir -r requirements.txt",
"cd frontend && npm ci"
]
[phases.build]
cmds = ["cd frontend && npm run build"]
[start]
cmd = "bash scripts/start-coolify.sh"