add log shipping via vector for all fly "personal" deployments to better stack #2
1 changed files with 18 additions and 0 deletions
18
logs/fly.toml
Normal file
18
logs/fly.toml
Normal 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"]
|
Loading…
Reference in a new issue