Skip to content

Commit 19715b3

Browse files
committed
add fly.toml
1 parent c2b939d commit 19715b3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

fly.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
app = "dockermirror-website"
2+
build = { }
3+
primary_region = "hkg"
4+
5+
[http_service]
6+
auto_start_machines = true
7+
auto_stop_machines = true
8+
force_https = true
9+
internal_port = 3_000
10+
min_machines_running = 0
11+
processes = [ "app" ]
12+
13+
[[vm]]
14+
cpu_kind = "shared"
15+
cpus = 1
16+
memory = "1gb"

0 commit comments

Comments
 (0)