buscemi/fly.toml

17 lines
263 B
TOML
Raw Normal View History

2023-03-01 14:19:54 +00:00
# fly.toml file generated for buscemi on 2023-02-28T21:37:01-05:00
app = "buscemi"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[env]
[experimental]
auto_rollback = true
[[services]]
internal_port = 8080
processes = ["app"]
protocol = "tcp"