diff --git a/fly.toml b/fly.toml index 9f3621e..8fba18a 100644 --- a/fly.toml +++ b/fly.toml @@ -6,10 +6,16 @@ kill_timeout = 5 processes = [] [env] + BUSCEMI_DATA = "/brain/buscemi.ron" + RUST_LOG = "buscemi=debug" [experimental] auto_rollback = true +[mounts] + destination = "/brain" + source = "buscemi_brain" + [[services]] internal_port = 8080 processes = ["app"]