diff --git a/fly.toml b/fly.toml new file mode 100644 index 0000000..3cf8416 --- /dev/null +++ b/fly.toml @@ -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