mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-07 04:42:28 -04:00
Add initial railway configuration
This commit is contained in:
1 file changed
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://railway.app/railway.schema.json",
|
||||
"build": {
|
||||
"builder": "nixpacks"
|
||||
},
|
||||
"deploy": {
|
||||
"startCommand": "foreman start -p 3000",
|
||||
"restartPolicyType": "ON_FAILURE",
|
||||
"restartPolicyMaxRetries": 2
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user