Skip to content

Commit c9cb558

Browse files
authored
Merge pull request #4 from joehdodd/flyio-new-files
Fly.io Launch config files
2 parents 30bcf08 + 9467552 commit c9cb558

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

fly.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# fly.toml app configuration file generated for postscript on 2025-09-24T13:54:09-04:00
1+
# fly.toml app configuration file generated for postscript on 2026-02-20T16:22:05Z
22
#
33
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
44
#
55

66
app = 'postscript'
7-
primary_region = 'mia'
7+
primary_region = 'iad'
88

99
[build]
10-
dockerfile = 'apps/api/Dockerfile'
1110

1211
[http_service]
13-
internal_port = 3000
12+
internal_port = 8080
1413
force_https = true
1514
auto_stop_machines = 'stop'
1615
auto_start_machines = true
@@ -21,3 +20,4 @@ primary_region = 'mia'
2120
memory = '1gb'
2221
cpu_kind = 'shared'
2322
cpus = 1
23+
memory_mb = 1024

0 commit comments

Comments
 (0)