Skip to content

Commit

Permalink
Update fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx authored Sep 23, 2024
1 parent 51a0420 commit 45a2375
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ app = 'supabase-grafana-metrics'
[[mounts]]
source = 'supabase_metrics_data'
destination = '/data'
initial_size = "1GB"
auto_extend_size_threshold = 80
auto_extend_size_increment = "1GB"
auto_extend_size_limit = "10GB"


[http_service]
internal_port = 8080
Expand Down

0 comments on commit 45a2375

Please sign in to comment.