Skip to content

Commit

Permalink
Add restart policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Sep 23, 2024
1 parent e2df0c5 commit d0f0b81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ app = "node /app/dist/index.js"
[[vm]]
size = "shared-cpu-2x"
memory = "512MB"

[[restart]]
policy = "always"

0 comments on commit d0f0b81

Please sign in to comment.