There was an error while loading. Please reload this page.
2 parents b3eaada + e1959fb commit a1e4d9eCopy full SHA for a1e4d9e
1 file changed
fly.toml
@@ -0,0 +1,23 @@
1
+# fly.toml app configuration file generated for smart-on-fhir-proxy-qrfplg on 2025-08-04T13:33:37Z
2
+#
3
+# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4
5
+
6
+app = 'smart-on-fhir-proxy-qrfplg'
7
+primary_region = 'waw'
8
9
+[build]
10
11
+[http_service]
12
+ internal_port = 8445
13
+ force_https = true
14
+ auto_stop_machines = 'stop'
15
+ auto_start_machines = true
16
+ min_machines_running = 0
17
+ processes = ['app']
18
19
+[[vm]]
20
+ memory = '1gb'
21
+ cpu_kind = 'shared'
22
+ cpus = 1
23
+ memory_mb = 1024
0 commit comments