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]
|
2023-03-03 05:31:30 +00:00
|
|
|
BUSCEMI_DATA = "/brain/buscemi.ron"
|
2023-03-03 05:48:42 +00:00
|
|
|
RUST_LOG = "warn,buscemi=debug"
|
2023-03-01 14:19:54 +00:00
|
|
|
|
|
|
|
[experimental]
|
|
|
|
auto_rollback = true
|
|
|
|
|
2023-03-03 05:31:30 +00:00
|
|
|
[mounts]
|
|
|
|
destination = "/brain"
|
|
|
|
source = "buscemi_brain"
|
|
|
|
|
2023-03-01 14:19:54 +00:00
|
|
|
[[services]]
|
|
|
|
internal_port = 8080
|
|
|
|
processes = ["app"]
|
|
|
|
protocol = "tcp"
|