Fly apps
This commit is contained in:
25
fly/uptimekuma/fly.toml
Normal file
25
fly/uptimekuma/fly.toml
Normal file
@ -0,0 +1,25 @@
|
||||
# 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'
|
Reference in New Issue
Block a user