Add mount
parent
34fe58d89b
commit
616648627b
6
fly.toml
6
fly.toml
|
@ -6,10 +6,16 @@ kill_timeout = 5
|
||||||
processes = []
|
processes = []
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
|
BUSCEMI_DATA = "/brain/buscemi.ron"
|
||||||
|
RUST_LOG = "buscemi=debug"
|
||||||
|
|
||||||
[experimental]
|
[experimental]
|
||||||
auto_rollback = true
|
auto_rollback = true
|
||||||
|
|
||||||
|
[mounts]
|
||||||
|
destination = "/brain"
|
||||||
|
source = "buscemi_brain"
|
||||||
|
|
||||||
[[services]]
|
[[services]]
|
||||||
internal_port = 8080
|
internal_port = 8080
|
||||||
processes = ["app"]
|
processes = ["app"]
|
||||||
|
|
Loading…
Reference in New Issue