-
Notifications
You must be signed in to change notification settings - Fork 0
/
fly.toml
45 lines (35 loc) · 941 Bytes
/
fly.toml
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
34
35
36
37
38
39
40
41
42
43
44
45
# fly.toml app configuration file generated for encrypted-file-server on 2024-04-23T15:32:04-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'big-file-server'
primary_region = 'ord'
[deploy]
release_command = 'sqlx migrate run'
[env]
RUST_BACKTRACE = '1'
TOKEN_PUBLIC_KEY = 'd27fb9c11d7608f86aa9e90a00133d58688b2fe4e7903a35199a25f7e905f658'
AIRSHIP_SERVER_URL = "http://fly-airship-server.flycast"
INTERFACE_NAME = "eth0"
[http_service]
internal_port = 80
[[services]]
protocol = 'udp'
internal_port = 9999
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[services.ports]]
port = 9999
[[services]]
protocol = 'tcp'
internal_port = 9998
processes = ['app']
[[services.ports]]
handlers = ["tls", "http"]
port = 9998
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 2