mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
Added VM specification to fly.toml to keep within Fly.io free allowances (#306)
This commit is contained in:
@@ -160,6 +160,11 @@ Now that you’ve gotten the CLI set up, you’re ready to deploy your app to Fl
|
||||
interval = "15s"
|
||||
restart_limit = 0
|
||||
timeout = "2s"
|
||||
|
||||
[[vm]]
|
||||
cpu_kind = "shared"
|
||||
cpus = 1
|
||||
memory_mb = 256
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
@@ -36,3 +36,9 @@
|
||||
interval = "15s"
|
||||
restart_limit = 0
|
||||
timeout = "2s"
|
||||
|
||||
[[vm]]
|
||||
cpu_kind = "shared"
|
||||
cpus = 1
|
||||
memory_mb = 256
|
||||
|
||||
Reference in New Issue
Block a user