diff options
Diffstat (limited to 'proxy/fly.toml')
| -rw-r--r-- | proxy/fly.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/proxy/fly.toml b/proxy/fly.toml new file mode 100644 index 0000000..97bf7b5 --- /dev/null +++ b/proxy/fly.toml @@ -0,0 +1,22 @@ +# fly.toml app configuration file generated for home-divine-bush-1861 on 2024-08-11T17:34:11+01:00 +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# + +app = 'home-divine-bush-1861' +primary_region = 'lhr' + +[build] + +[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 |
