From fea0ef77c8c98dfadd2f9d29804653293fd31c99 Mon Sep 17 00:00:00 2001 From: a73x Date: Sun, 25 Aug 2024 15:14:41 +0100 Subject: feat: add templating --- proxy/fly.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 proxy/fly.toml (limited to 'proxy/fly.toml') 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 -- cgit v1.2.3