From 8c53dffd51f75d120924c3d33dbfa24abdb31307 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 7 Sep 2023 21:17:06 +0200 Subject: [PATCH] feat: add fly.toml --- fly.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 fly.toml diff --git a/fly.toml b/fly.toml new file mode 100644 index 00000000..286a8b54 --- /dev/null +++ b/fly.toml @@ -0,0 +1,18 @@ +# fly.toml app configuration file generated for elk on 2023-07-15T00:09:39+02:00 +# +# See https://fly.io/docs/reference/configuration/ for information about how to use this file. +# + +app = "elk" +primary_region = "ams" + +[http_service] + internal_port = 5314 + force_https = true + auto_stop_machines = true + auto_start_machines = true + min_machines_running = 0 + +[mounts] +source="elkdata" +destination="/elk/data"