buscemi/fly.toml

17 lines
263 B
TOML

# 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"