Spaces:
Paused
Paused
| # WidgeTDC Frontend Railway Configuration | |
| # Copy this to repo root as railway.toml for frontend deployment | |
| [build] | |
| builder = "DOCKERFILE" | |
| dockerfilePath = "apps/matrix-frontend/Dockerfile" | |
| [deploy] | |
| restartPolicyType = "ON_FAILURE" | |
| restartPolicyMaxRetries = 5 | |
| healthcheckPath = "/health" | |
| healthcheckTimeout = 10 | |