Sha256: 786d105eaf8d705d130dfbaa13d7c219618680ffe0ca5aa00498cfbb2ee0212b
Contents?: true
Size: 892 Bytes
Versions: 50
Compression:
Stored size: 892 Bytes
Contents
# # 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" [[vm]] cpu_kind = "performance" cpus = 2 memory = "4gb" processes = ["web"] [[vm]] cpu_kind = "performance" cpus = 1 memory = "2gb" processes = ["worker"] [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
50 entries across 50 versions & 1 rubygems