Skip to content

Commit

Permalink
chore: add volume to fly config
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Oct 7, 2024
1 parent 2ad1ba6 commit 5c1393c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,11 @@ primary_region = 'lax'
memory = '1gb'
cpu_kind = 'shared'
cpus = 1

[[mounts]]
source = 'app'
destination = '/app'
initial_size = '1'
auto_extend_size_threshold = 80
auto_extend_size_increment = "1GB"
auto_extend_size_limit = "5GB"

0 comments on commit 5c1393c

Please sign in to comment.