mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 21:31:46 +00:00
18 lines
365 B
TOML
18 lines
365 B
TOML
# 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"
|