Add mount

main
mat ess 2023-03-03 00:31:30 -05:00
parent 34fe58d89b
commit 616648627b
1 changed files with 6 additions and 0 deletions

View File

@ -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"]