-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
fly.toml
31 lines (26 loc) · 871 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
# fly.toml app configuration file generated for turbo-boost-streams on 2023-05-03T19:27:02-06:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "turbo-boost-streams"
primary_region = "den"
[env]
GEM_HOME = "/mnt/external/bundle"
RAILS_ENV = "development"
RAILS_LOG_TO_STDOUT = "true"
RAILS_MAX_THREADS = "6"
# RAILS_RELATIVE_URL_ROOT must match the proxy config in the smallteam-tech/proxy repo
RAILS_RELATIVE_URL_ROOT = "/@turbo-boost/streams"
RAILS_SERVE_STATIC_FILES = "true"
WEB_CONCURRENCY = "2"
[[mounts]]
source = "turbo_boost_streams_volume"
destination = "/mnt/external"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = false
auto_start_machines = true
[[statics]]
guest_path = "/opt/turbo_boost-streams/test/dummy/public"
url_prefix = "/"