Skip to content

Commit a17fa43

Browse files
authored
Merge pull request #32 from 7Spade/flyio-new-files
New files from Fly.io Launch
2 parents f776a3e + 2d6d8ba commit a17fa43

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

fly.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# fly.toml app configuration file generated for mcp-redis-7s on 2025-07-24T07:40:43Z
2+
#
3+
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4+
#
5+
6+
app = 'mcp-redis-7s'
7+
primary_region = 'sin'
8+
9+
[build]
10+
11+
[http_service]
12+
internal_port = 8080
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

Comments
 (0)