[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched-backend. backend/jetstream consumer for skywatched.app
skywatched.app
596 B
29 lines
1# fly.toml app configuration file generated for skywatched-jetstream on 2024-12-15T05:01:23+01:00
2#
3# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4#
5
6app = 'skywatched-jetstream'
7primary_region = 'lax'
8
9[build]
10
11[env]
12 LITEFS_PROD_DIR = '/var/lib/litefs'
13 NODE_ENV = 'production'
14
15[[mounts]]
16 source = 'litefs'
17 destination = '/var/lib/litefs'
18
19[http_service]
20 internal_port = 3001
21 force_https = true
22 auto_stop_machines = 'off'
23 auto_start_machines = true
24 processes = ['app']
25
26[[vm]]
27 memory = '512mb'
28 cpu_kind = 'shared'
29 cpus = 1