We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e418e2f commit 8985d71Copy full SHA for 8985d71
fly.toml
@@ -10,6 +10,7 @@ primary_region = 'fra'
10
11
[env]
12
BASE_URL = 'https://spark-nwc.fly.dev'
13
+ DATABASE_URL = 'file:/data/database.db'
14
15
[http_service]
16
internal_port = 3001
@@ -26,6 +27,10 @@ primary_region = 'fra'
26
27
method = 'GET'
28
path = '/ping'
29
30
+[mounts]
31
+ source = "data"
32
+ destination = "/data"
33
+
34
[[vm]]
35
memory = '1gb'
36
cpu_kind = 'shared'
0 commit comments