Sha256: f952a43de7789942b816dd9e689bcb6e58b6466e2fabcf086331cd8bd88e711f

Contents?: true

Size: 844 Bytes

Versions: 3

Compression:

Stored size: 844 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 = "/"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hephaestus-0.3.1 templates/vendor/fly/fly-production.toml
hephaestus-0.2.3 templates/vendor/fly/fly-production.toml
hephaestus-0.2.2 templates/vendor/fly/fly-production.toml