| { | |
| "$schema": "https://railway.com/railway.schema.json", | |
| "build": { | |
| "builder": "DOCKERFILE", | |
| "dockerfilePath": "Dockerfile" | |
| }, | |
| "deploy": { | |
| "healthcheckPath": "/health", | |
| "healthcheckTimeout": 300, | |
| "restartPolicyType": "ON_FAILURE", | |
| "restartPolicyMaxRetries": 10 | |
| } | |
| } | |