summary refs log tree commit diff stats
path: root/fly.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fly.toml')
-rw-r--r--fly.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/fly.toml b/fly.toml
index 4316797..d58112b 100644
--- a/fly.toml
+++ b/fly.toml
@@ -3,7 +3,7 @@
 # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
 #
 
-app = "homestead"
+app = "alanpearce-eu"
 primary_region = "ams"
 
 [build]
@@ -15,7 +15,7 @@ primary_region = "ams"
 [http_service]
   internal_port = 3000
   force_https = true
-  auto_stop_machines = true
+  auto_stop_machines = false
   auto_start_machines = true
-  min_machines_running = 0
+  min_machines_running = 3
   processes = ["app"]