forked from lalabuy948/jido_code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfly.toml
More file actions
49 lines (41 loc) · 961 Bytes
/
fly.toml
File metadata and controls
49 lines (41 loc) · 961 Bytes
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
46
47
48
49
# fly.toml app configuration file generated for bot-hive on 2024-02-02T11:43:05+11:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'jidoeboss-prod'
primary_region = 'ord'
kill_signal = 'SIGTERM'
kill_timeout = 300
swap_size_mb = 512
[vm]
size = 'shared-cpu-2x'
[build]
[deploy]
strategy = "bluegreen"
[processes]
app = "/app/bin/entrypoint"
[env]
FLY_APP_NAME = 'jidoeboss-prod'
PHX_HOST = 'jido.eboss.ai'
CANONICAL_HOST = 'jido.eboss.ai'
PORT = '8080'
PRIMARY_REGION = "ord"
DNS_CLUSTER_QUERY = "jidoeboss-prod.internal"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 1
max_machines_running = 1
processes = ['app']
[http_service.concurrency]
type = 'connections'
hard_limit = 1000
soft_limit = 1000
[[http_service.checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
timeout = "3s"
path = "/status"