Files
blackroad-os-research/railway.toml
Alexa Louise 2caf7c0543 chore(infra): add Railway, Docker, and CI/CD configuration
- Add railway.toml for Railway deployment
- Add Dockerfile for containerized builds
- Add GitHub Actions deploy workflow

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 19:36:38 -06:00

13 lines
197 B
TOML

[build]
builder = "dockerfile"
[deploy]
numReplicas = 1
startCommand = "node dist/server.js"
healthcheckPath = "/health"
healthcheckTimeout = 30
[variables]
NODE_ENV = "production"
PORT = "8080"