blob: f3f0c63a58a372136e2e3bf300f6634e76959bd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# fly.toml app configuration file generated for locus on 2024-06-24T04:24:22-07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'locus'
primary_region = 'sea'
[build]
[[mounts]]
source = 'locus'
destination = '/locus/.locus'
[http_service]
internal_port = 1965
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[services]]
protocol = 'tcp'
internal_port = 1965
[[services.ports]]
port = 1965
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
|