about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2023-09-14 12:01:21 +0200
committerAlan Pearce2023-09-15 19:24:53 +0200
commita9f9c066c69f3312946cf18834ea86bd51db23fb (patch)
treeffd4eca767258e6c7f0381d034e365531420861a
parent02abf6ebb5ac4979537ee52ccdc93a4f29820cea (diff)
downloadhomestead-a9f9c066c69f3312946cf18834ea86bd51db23fb.tar.lz
homestead-a9f9c066c69f3312946cf18834ea86bd51db23fb.tar.zst
homestead-a9f9c066c69f3312946cf18834ea86bd51db23fb.zip
Deploy to fly.io
-rw-r--r--fly.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml
new file mode 100644
index 0000000..4316797
--- /dev/null
+++ b/fly.toml
@@ -0,0 +1,21 @@
+# fly.toml app configuration file generated for homestead on 2023-09-14T11:40:37+02:00
+#
+# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
+#
+
+app = "homestead"
+primary_region = "ams"
+
+[build]
+
+[metrics]
+  port = 9091
+  path = "/metrics"
+
+[http_service]
+  internal_port = 3000
+  force_https = true
+  auto_stop_machines = true
+  auto_start_machines = true
+  min_machines_running = 0
+  processes = ["app"]