# WidgeTDC Backend Railway Configuration # Copy this to repo root as railway.toml for backend deployment [build] builder = "DOCKERFILE" dockerfilePath = "apps/backend/Dockerfile" [deploy] restartPolicyType = "ON_FAILURE" restartPolicyMaxRetries = 10 healthcheckPath = "/health" healthcheckTimeout = 30