Add Nixpacks configuration files for backend and frontend services; create Coolify deployment guide and Nginx reverse proxy configuration
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Nixpacks configuration for ai.allucanget.biz
|
||||
# Shared settings for both backend and frontend services
|
||||
|
||||
[phases.setup]
|
||||
nixpkgsArchive = "88a9d1386465831607986442fd9c8c0e7a1b2f5"
|
||||
aptPkgs = ["git"]
|
||||
|
||||
[phases.install]
|
||||
# Nixpacks auto-detects Python and runs pip install -r requirements.txt
|
||||
# No custom commands needed here
|
||||
|
||||
[build]
|
||||
|
||||
[deploy]
|
||||
Reference in New Issue
Block a user