File size: 313 Bytes
5a81b95
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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