Skip to content

Commit 48eb4a9

Browse files
committed
feat: add initial fly.toml configuration for deployment
1 parent 086c541 commit 48eb4a9

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

fly.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# fly.toml app configuration file generated for dcs on 2025-08-19T22:15:06-03:00
2+
#
3+
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4+
#
5+
6+
app = 'dcs'
7+
primary_region = 'gru'
8+
9+
[build]
10+
11+
[http_service]
12+
internal_port = 3000
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 = '512mb'
21+
cpu_kind = 'shared'
22+
cpus = 1

0 commit comments

Comments
 (0)