Skip to content

Commit 6dd59d8

Browse files
Add fly.io support?
1 parent 4a49384 commit 6dd59d8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

fly.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
app = "ruby"
2+
primary_regions = "den"
3+
swap_size_mb = 512
4+
[build]
5+
image = "ruby-network/ruby:latest"
6+
[deploy]
7+
strategy = "rolling"
8+
[http_service]
9+
internal_port = 9293
10+
force_https = true
11+
auto_stop_machines = true
12+
auto_start_machines = true
13+
min_machines_running = 0

0 commit comments

Comments
 (0)