image-matching-webui / railway.toml
Realcat
update: major change
499e141
raw
history blame
233 Bytes
[build]
builder = "DOCKERFILE"
dockerfilePath = "Dockerfile"
[deploy]
runtime = "V2"
numReplicas = 1
startCommand = "python -m imcui.api.server"
sleepApplication = false
restartPolicyType = "ON_FAILURE"
restartPolicyMaxRetries = 10