feat: add fly.toml

teutat3s 2023-09-07 21:17:06 +02:00
parent 02f7c4b291
commit 8c53dffd51
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 18 additions and 0 deletions

18
fly.toml Normal file
View File

@ -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"