Skip to content

Commit

Permalink
add fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
akazwz committed Jun 19, 2024
1 parent c2b939d commit 19715b3
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 = "dockermirror-website"
build = { }
primary_region = "hkg"

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

[[vm]]
cpu_kind = "shared"
cpus = 1
memory = "1gb"

0 comments on commit 19715b3

Please sign in to comment.