mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
feat: add initial Nixpacks configuration for deployment
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
# Nixpacks configuration for ask262
|
||||||
|
# Used by Railway, Coolify, and other PaaS platforms
|
||||||
|
# Docs: https://nixpacks.com/docs/configuration/file
|
||||||
|
|
||||||
|
[phases.build]
|
||||||
|
cmds = ["bun install"]
|
||||||
|
|
||||||
|
[phases.setup]
|
||||||
|
nixPkgs = ["bun"]
|
||||||
|
|
||||||
|
[start]
|
||||||
|
cmd = "bun run ask262-http"
|
||||||
|
|
||||||
|
[variables]
|
||||||
|
# Default environment variables
|
||||||
|
ASK262_PORT = "8080"
|
||||||
|
ASK262_EMBEDDING_PROVIDER = "fireworks"
|
||||||
Reference in New Issue
Block a user