TradingAgents/railway.toml

17 lines
264 B
TOML

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