[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto
skywatched.app
467 B
22 lines
1# fly.toml app configuration file generated for skywatched on 2024-12-21T02:44:48+01:00
2#
3# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4#
5
6app = 'skywatched'
7primary_region = 'lax'
8
9[build]
10
11[http_service]
12 internal_port = 3000
13 force_https = true
14 auto_stop_machines = 'stop'
15 auto_start_machines = true
16 min_machines_running = 0
17 processes = ['app']
18
19[[vm]]
20 memory = '512mb'
21 cpu_kind = 'shared'
22 cpus = 1