Skip to content

Commit

Permalink
Update railway.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Aug 27, 2023
1 parent a451e77 commit 537f121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python -m langflow --host 0.0.0.0 --port $PORT --log-level ${LOGLEVEL:-debug}"
"startCommand": "python -m langflow --host 0.0.0.0 --port $PORT --log-level ${LOGLEVEL:-debug}",
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
Expand Down

0 comments on commit 537f121

Please sign in to comment.