Skip to content

Commit 3b02a92

Browse files
committed
create fly configuration
1 parent 327c66d commit 3b02a92

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

fly.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# fly.toml app configuration file generated for kamifusen on 2024-11-06T19:51:33+01:00
2+
#
3+
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4+
#
5+
6+
app = 'kamifusen'
7+
primary_region = 'fra'
8+
9+
[http_service]
10+
internal_port = 8080
11+
force_https = true
12+
auto_stop_machines = 'stop'
13+
auto_start_machines = true
14+
min_machines_running = 0
15+
processes = ['app']
16+
17+
[[vm]]
18+
memory = '1gb'
19+
cpu_kind = 'shared'
20+
cpus = 1

0 commit comments

Comments
 (0)