-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fly.io
committed
Dec 31, 2024
1 parent
b7e9caa
commit fb868b0
Showing
1 changed file
with
23 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,23 @@ | ||
# fly.toml file generated for nz on 2022-02-07T02:08:50+08:00 | ||
|
||
app = "fakev-status" | ||
|
||
kill_signal = "SIGINT" | ||
kill_timeout = 5 | ||
processes = [] | ||
|
||
[env] | ||
|
||
[experimental] | ||
allowed_public_ports = [] | ||
auto_rollback = true | ||
|
||
[mounts] | ||
destination = "/dashboard/data" | ||
source = "nz_data" | ||
[http_service.http_options] | ||
h2_backend = true | ||
|
||
[[services]] | ||
http_checks = [] | ||
internal_port = 80 | ||
processes = ["app"] | ||
protocol = "tcp" | ||
script_checks = [] | ||
|
||
[services.concurrency] | ||
hard_limit = 25 | ||
soft_limit = 20 | ||
type = "connections" | ||
|
||
[[services.ports]] | ||
handlers = ["http"] | ||
port = 80 | ||
force_https = true | ||
|
||
[[services.ports]] | ||
handlers = ["tls", "http"] | ||
port = 443 | ||
|
||
[[services.tcp_checks]] | ||
grace_period = "1s" | ||
interval = "15s" | ||
restart_limit = 0 | ||
timeout = "2s" | ||
|
||
[[services]] | ||
internal_port = 5555 | ||
processes = ["app"] | ||
protocol = "tcp" | ||
|
||
[[services.ports]] | ||
handlers = [ "http"] | ||
port = 5554 | ||
[[services.ports]] | ||
handlers = ["tls"] | ||
port = 5555 | ||
tls_options = { "alpn" = ["h2"] } | ||
[[services.ports]] | ||
port = 5556 | ||
[services.ports.http_options] | ||
h2_backend = true | ||
|
||
# fly.toml app configuration file generated for fakev-status on 2024-12-31T09:26:04Z | ||
# | ||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file. | ||
# | ||
|
||
app = 'fakev-status' | ||
primary_region = 'arn' | ||
|
||
[build] | ||
|
||
[http_service] | ||
internal_port = 8080 | ||
force_https = true | ||
auto_stop_machines = 'stop' | ||
auto_start_machines = true | ||
min_machines_running = 0 | ||
processes = ['app'] | ||
|
||
[[vm]] | ||
memory = '1gb' | ||
cpu_kind = 'shared' | ||
cpus = 1 | ||
memory_mb = 1024 |