Sha256: 9096bc1d7f1ec64c502cf6c638d5a43433d1120992c7f9ad57333b0cbf98316c

Contents?: true

Size: 821 Bytes

Versions: 1

Compression:

Stored size: 821 Bytes

Contents

# fly.toml app configuration file generated for plug-app on 2023-05-05T07:11:14-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "plug-app-production"
primary_region = "iad"

[env]
RAILS_ENV = "production"
LD_PRELOAD_PATH = "/usr/lib/x86_64-linux-gnu/libjemalloc.so.2"

[processes]
web = "./bin/rails server"
worker = "bundle exec sidekiq"

[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 1
processes = ["web"]
[http_service.concurrency]
type = "requests"
soft_limit = 200
hard_limit = 250

[checks]
[checks.alive]
type = "tcp"
interval = "15s"
timeout = "2s"
grace_period = "5s"

[[statics]]
guest_path = "/plug-app/public"
url_prefix = "/"

[deploy]
strategy = "bluegreen"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hephaestus-0.4.0 templates/vendor/fly/fly-production.toml