18 lines
483 B
TOML
18 lines
483 B
TOML
# 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"]
|