setup fly.io
This commit is contained in:
parent
8137dc9bc8
commit
0084631b28
1 changed files with 17 additions and 0 deletions
17
fly.toml
Normal file
17
fly.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
app = "adtya-xyz"
|
||||||
|
primary_region = "sin"
|
||||||
|
|
||||||
|
[build]
|
||||||
|
|
||||||
|
[http_service]
|
||||||
|
internal_port = 8080
|
||||||
|
force_https = true
|
||||||
|
auto_stop_machines = true
|
||||||
|
auto_start_machines = true
|
||||||
|
min_machines_running = 0
|
||||||
|
processes = ["app"]
|
||||||
|
|
||||||
|
[[vm]]
|
||||||
|
cpu_kind = "shared"
|
||||||
|
cpus = 1
|
||||||
|
memory_mb = 1024
|
Loading…
Reference in a new issue