add fly launch-generated toml

This commit is contained in:
Gregory Burd 2023-10-25 11:18:20 -04:00
parent 64f9fbbaef
commit 746f60a3df
Signed by: greg
GPG key ID: AEFACC3FC495AF89

18
logs/fly.toml Normal file
View file

@ -0,0 +1,18 @@
# fly.toml app configuration file generated for burd-infra-logs-shipper on 2023-10-25T11:17:02-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "burd-infra-logs-shipper"
primary_region = "bos"
[build]
image = "ghcr.io/superfly/fly-log-shipper:latest"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]