Skip to content

Commit

Permalink
fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitPr committed Oct 7, 2024
1 parent 330c32c commit 417b39b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
app = "quark-crank"
primary_region = "ewr"
swap_size_mb = 1_024

[http_service]
auto_start_machines = true
auto_stop_machines = "off"
force_https = true
internal_port = 3_000
min_machines_running = 1
processes = ["app"]

[[vm]]
cpu_kind = "shared"
cpus = 1
memory = "512mb"

0 comments on commit 417b39b

Please sign in to comment.