Kraft102's picture
fix: sql.js Docker/Alpine compatibility layer for PatternMemory and FailureMemory
5a81b95
# 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