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 0003e4e commit a451e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python -m langflow --host 0.0.0.0 --port $PORT",
"startCommand": "python -m langflow --host 0.0.0.0 --port $PORT --log-level ${LOGLEVEL:-debug}"
"restartPolicyType": "ON_FAILURE",
"restartPolicyMaxRetries": 10
}
}
}

0 comments on commit a451e77

Please sign in to comment.