Skip to content

Commit

Permalink
run fly volumes create db | add [mount] to fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerKiwi committed Nov 18, 2023
1 parent 3b9c522 commit 840e7c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ primary_region = "yyz"
auto_start_machines = true
min_machines_running = 0
processes = ["app"]

[mounts]
source="db"
destination="/mnt/db"
Binary file modified local.db
Binary file not shown.

0 comments on commit 840e7c6

Please sign in to comment.