pastefile1
@@ -0,0 +1,37 @@
+# fly.toml app configuration file generated for localshops on 2025-01-05T20:15:17Z
+#
+# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
+#
+
+app = 'xxxxxx'
+# primary_region = 'lhr'
+primary_region = "mad"
+
+[build]
+dockerfile = 'Dockerfile'
+
+[http_service]
+internal_port = 3000
+force_https = true
+auto_stop_machines = "off"
+auto_start_machines = false
+min_machines_running = 1
+max_machines_running = 1
+processes = ['app']
+
+[http_service.concurrency]
+type = 'requests'
+hard_limit = 1000
+soft_limit = 500
+
+[[http_service.checks]]
+interval = '30s'
+timeout = '10s'
+grace_period = '20s'
+method = 'GET'
+path = '/api/healthcheck'
+
+[[vm]]
+memory = '1gb'
+cpu_kind = 'shared'
+cpus = 1