Skip to content

Commit

Permalink
fly: disable auto start
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Sep 2, 2023
1 parent 86f4572 commit 6d1165c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ processes = []
# echo tcp/udp svc on 5xxx
[[services]]
auto_stop_machines = true
auto_start_machines = true
auto_start_machines = false
internal_port = 5000
protocol = "udp"

Expand All @@ -30,7 +30,7 @@ processes = []

[[services]]
auto_stop_machines = true
auto_start_machines = true
auto_start_machines = false
internal_port = 5000
protocol = "tcp"

Expand All @@ -39,7 +39,7 @@ processes = []

[[services]]
auto_stop_machines = true
auto_start_machines = true
auto_start_machines = false
internal_port = 5001
protocol = "tcp"

Expand All @@ -50,7 +50,7 @@ processes = []
# h1x on 80
[[services]]
auto_stop_machines = true
auto_start_machines = true
auto_start_machines = false
internal_port = 80
protocol = "tcp"

Expand All @@ -72,7 +72,7 @@ processes = []
# proxifier and doh svc on 80, 443
[[services]]
auto_stop_machines = true
auto_start_machines = true
auto_start_machines = false
internal_port = 443
protocol = "tcp"

Expand All @@ -94,7 +94,7 @@ processes = []
# dot svc on port 853
[[services]]
auto_stop_machines = true
auto_start_machines = true
auto_start_machines = false
internal_port = 853
protocol = "tcp"

Expand All @@ -117,7 +117,7 @@ processes = []
# community.fly.io/t/4449
[[services]]
auto_stop_machines = true
auto_start_machines = true
auto_start_machines = false
internal_port = 1443
protocol = "tcp"

Expand All @@ -141,7 +141,7 @@ processes = []
# community.fly.io/t/4495
[[services]]
auto_stop_machines = true
auto_start_machines = true
auto_start_machines = false
internal_port = 1853
protocol = "tcp"

Expand Down

0 comments on commit 6d1165c

Please sign in to comment.