Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
1{
2 "$schema": "https://railway.com/railway.schema.json",
3 "build": {
4 "buildCommand": "pnpm --filter @hey/api build",
5 "builder": "RAILPACK",
6 "watchPatterns": ["apps/api/**", "packages/**/*"]
7 },
8 "deploy": {
9 "healthcheckPath": "/ping",
10 "healthcheckTimeout": 60,
11 "limitOverride": {
12 "containers": {
13 "cpu": 5,
14 "memoryBytes": 5000000000
15 }
16 },
17 "restartPolicyType": "ALWAYS",
18 "runtime": "V2",
19 "sleepApplication": false,
20 "startCommand": "pnpm --filter @hey/api start"
21 }
22}