setup fly.io

This commit is contained in:
Adithya 2024-01-04 18:28:00 +05:30
parent 2a2259f049
commit b2150f0741
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

17
fly.toml Normal file
View file

@ -0,0 +1,17 @@
app = "wiki-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