4 个版本
0.1.7 | 2024 年 1 月 6 日 |
---|---|
0.1.3 | 2024 年 1 月 5 日 |
0.1.2 | 2024 年 1 月 5 日 |
0.1.1 | 2024 年 1 月 4 日 |
#22 in #fly
每月 26 次下载
33KB
258 代码行
aliver
第一次运行请用
fly apps create NAME
fly.io 默认会启动 2 台机器,但是我们只需要一台机器,所以需要删除一台
flyctl machine list
flyctl machine destory ID
其他配置请参考 ./fly.toml
# fly.toml app configuration file generated for cname-flatten on 2023-12-30T22:33:47+08:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "ii"
primary_region = "fra"
[build]
[http_service]
internal_port = 5123
force_https = true
auto_stop_machines = false
auto_start_machines = false
min_machines_running = 1
processes = ["app"]
[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 256
依赖项
~50–71MB
~1.5M SLoC