We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30bcf08 + 9467552 commit c9cb558Copy full SHA for c9cb558
1 file changed
fly.toml
@@ -1,16 +1,15 @@
1
-# fly.toml app configuration file generated for postscript on 2025-09-24T13:54:09-04:00
+# fly.toml app configuration file generated for postscript on 2026-02-20T16:22:05Z
2
#
3
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4
5
6
app = 'postscript'
7
-primary_region = 'mia'
+primary_region = 'iad'
8
9
[build]
10
- dockerfile = 'apps/api/Dockerfile'
11
12
[http_service]
13
- internal_port = 3000
+ internal_port = 8080
14
force_https = true
15
auto_stop_machines = 'stop'
16
auto_start_machines = true
@@ -21,3 +20,4 @@ primary_region = 'mia'
21
20
memory = '1gb'
22
cpu_kind = 'shared'
23
cpus = 1
+ memory_mb = 1024
0 commit comments