mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
11 lines
239 B
JSON
11 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
|
|
}
|
|
}
|