2026-02-08 02:36:19 -08:00
|
|
|
app = "blumeops-proxy"
|
|
|
|
|
primary_region = "sjc"
|
|
|
|
|
|
|
|
|
|
[build]
|
|
|
|
|
|
2026-02-11 12:03:51 -08:00
|
|
|
[[vm]]
|
|
|
|
|
memory = "512mb"
|
|
|
|
|
|
2026-02-09 11:34:19 -08:00
|
|
|
[deploy]
|
2026-05-28 07:59:22 -07:00
|
|
|
strategy = "immediate"
|
2026-02-09 11:34:19 -08:00
|
|
|
|
2026-02-08 02:36:19 -08:00
|
|
|
[http_service]
|
|
|
|
|
internal_port = 8080
|
|
|
|
|
force_https = true
|
|
|
|
|
auto_stop_machines = "off"
|
|
|
|
|
auto_start_machines = true
|
|
|
|
|
min_machines_running = 1
|
|
|
|
|
|
2026-02-09 11:34:19 -08:00
|
|
|
[[http_service.checks]]
|
|
|
|
|
grace_period = "15s"
|
|
|
|
|
interval = "10s"
|
|
|
|
|
method = "GET"
|
2026-02-08 02:36:19 -08:00
|
|
|
path = "/healthz"
|
2026-02-09 11:34:19 -08:00
|
|
|
timeout = "5s"
|
2026-04-18 09:17:03 -07:00
|
|
|
|
|
|
|
|
# Expose Tailscale's WireGuard port so direct peer-to-peer connections can
|
|
|
|
|
# establish instead of falling back to DERP relay. Requires a dedicated IPv4.
|
|
|
|
|
[[services]]
|
|
|
|
|
internal_port = 41641
|
|
|
|
|
protocol = "udp"
|
|
|
|
|
|
|
|
|
|
[[services.ports]]
|
|
|
|
|
port = 41641
|