diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..a7b82e2 --- /dev/null +++ b/nixpacks.toml @@ -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"