TradingAgents/railway.toml

17 lines
274 B
TOML

[build]
builder = "dockerfile"
[deploy]
startCommand = ""
restartPolicyType = "on_failure"
[[services]]
name = "backend"
dockerfilePath = "backend/Dockerfile"
sourcePath = "."
[[services]]
name = "frontend"
dockerfilePath = "frontend/Dockerfile.railway"
sourcePath = "."