Skip to content

Commit

Permalink
add in vm to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Dec 11, 2023
1 parent 645b649 commit b5d3911
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443

[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 1024

0 comments on commit b5d3911

Please sign in to comment.