Skip to content

Commit 4954080

Browse files
authored
Merge pull request #2 from ashrafee-dev/flyio-new-files
Fly.io Launch config files
2 parents e92852f + c1172d5 commit 4954080

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

fly.toml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
app = "devmeet-chat"
2-
primary_region = "iad"
1+
# fly.toml app configuration file generated for devmeet-chat on 2026-03-08T04:39:02Z
2+
#
3+
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4+
#
5+
6+
app = 'devmeet-chat'
7+
primary_region = 'iad'
38

49
[build]
510

611
[http_service]
712
internal_port = 8080
813
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

Comments
 (0)