mirror of
https://github.com/openSUSE/osem.git
synced 2026-01-26 15:00:01 -05:00
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "nixpacks"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "foreman start -p 3000",
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 2
|
|
}
|
|
}
|