From 4b8dd874a5754189d7690d1d648e0b446cb5472d Mon Sep 17 00:00:00 2001 From: "Fly.io" Date: Sat, 25 Apr 2026 00:53:51 +0000 Subject: [PATCH] New files from Fly.io Launch --- fly.toml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 fly.toml diff --git a/fly.toml b/fly.toml new file mode 100644 index 00000000..198b2c5d --- /dev/null +++ b/fly.toml @@ -0,0 +1,33 @@ +# fly.toml app configuration file generated for nebula-e5d-6w on 2026-04-25T00:53:47Z +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# + +app = 'nebula-e5d-6w' +primary_region = 'ams' + +[build] + +[processes] + app = 'node ./dbsetup.js start --color' + +[[mounts]] + source = 'data' + destination = '/data' + auto_extend_size_threshold = 80 + auto_extend_size_increment = '1GB' + auto_extend_size_limit = '10GB' + +[http_service] + internal_port = 8080 + force_https = true + auto_stop_machines = 'stop' + auto_start_machines = true + min_machines_running = 0 + processes = ['app'] + +[[vm]] + memory = '1gb' + cpu_kind = 'shared' + cpus = 1 + memory_mb = 256