diff --git a/logs/fly.toml b/logs/fly.toml new file mode 100644 index 0000000..3e8036f --- /dev/null +++ b/logs/fly.toml @@ -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"]