feat: add initial Nixpacks configuration for deployment

This commit is contained in:
2026-04-16 17:28:52 +05:30
parent 2cfbe90c26
commit c0270b5c41
+17
View File
@@ -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"