Fix deployment for fly.io

This commit is contained in:
Guntis Smaukstelis
2025-02-13 16:11:50 +02:00
parent c3f85fb477
commit 37ac7eb0e3
11 changed files with 81 additions and 42 deletions
+4 -3
View File
@@ -13,8 +13,9 @@ primary_region = "waw"
auto_start_machines = true
[[mounts]]
source = "data_volume"
destination = "/data"
source = "file_volume"
destination = "/app/data"
size_gb = 10
[[vm]]
memory = 512
@@ -22,5 +23,5 @@ primary_region = "waw"
cpus = 1
[scale]
count = 0
count = 1
idle_timeout = 0