local-ip.sh/fly.toml

45 lines
768 B
TOML
Raw Normal View History

2023-12-12 21:25:39 +00:00
# fly.toml app configuration file generated for local-ip-ancient-glade-4376 on 2023-11-29T11:43:10+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
2022-10-27 21:19:23 +00:00
app = "local-ip"
2023-12-12 21:25:39 +00:00
primary_region = "ams"
2022-10-27 21:19:23 +00:00
kill_signal = "SIGINT"
2023-12-12 21:25:39 +00:00
kill_timeout = "5s"
[experimental]
auto_rollback = true
[build]
2022-10-27 21:19:23 +00:00
[env]
2023-12-12 21:25:39 +00:00
PORT = "53"
2022-10-27 21:19:23 +00:00
2023-12-12 21:25:39 +00:00
[mounts]
source = "certs"
destination = "/certs"
[http_service]
internal_port = 53
force_https = true
auto_stop_machines = false
auto_start_machines = true
2023-12-12 21:26:45 +00:00
min_machines_running = 1
2023-12-12 21:25:39 +00:00
processes = ["app"]
2022-10-27 21:19:23 +00:00
[[services]]
2023-12-12 21:25:39 +00:00
protocol = "udp"
internal_port = 53
auto_stop_machines = false
auto_start_machines = true
min_machines_running = 0
2022-10-27 21:19:23 +00:00
2023-12-12 21:25:39 +00:00
[[services.ports]]
port = 53
2023-02-26 13:06:15 +00:00
2023-12-12 21:25:39 +00:00
[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 256