New files from Fly.io Launch

This commit is contained in:
Fly.io
2025-06-06 13:34:45 +00:00
parent bc2d0bb438
commit 827dd5bf5a
+19 -32
View File
@@ -1,36 +1,23 @@
app = "rsshub"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
# fly.toml app configuration file generated for rsshub-bilfea on 2025-06-06T13:31:04Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
[env]
app = 'rsshub-bilfea'
primary_region = 'syd'
[experimental]
auto_rollback = true
[build]
[[services]]
http_checks = []
internal_port = 1200
processes = ["app"]
protocol = "tcp"
script_checks = []
[http_service]
internal_port = 1200
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
memory_mb = 1024