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