infra/fly/uptimekuma/fly.toml
2024-11-10 23:17:39 -07:00

25 lines
519 B
TOML

# fly.toml app configuration file generated for atri-uptime on 2024-10-29T00:49:54-06:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'atri-uptime'
primary_region = 'sea'
[build]
image = 'louislam/uptime-kuma:1'
[[mounts]]
source = 'kuma_data'
destination = '/app/data'
[http_service]
internal_port = 3001
force_https = true
auto_stop_machines = 'off'
auto_start_machines = true
min_machines_running = 1
processes = ['app']
[[vm]]
size = 'shared-cpu-1x'