From 616648627be87ddc39ff96dffd1a5f5a632d0299 Mon Sep 17 00:00:00 2001 From: mat ess Date: Fri, 3 Mar 2023 00:31:30 -0500 Subject: [PATCH] Add mount --- fly.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"]