Sha256: 6bf3dee8fc5a24a1488dd6e6cb3f0b64ad30d6564a7cb0110ca14470432f2e0a
Contents?: true
Size: 893 Bytes
Versions: 13
Compression:
Stored size: 893 Bytes
Contents
# # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = "plug-<%= plug_name %>-staging" primary_region = "iad" [processes] web = "/app/bin/rails server" supervisor = "/app/bin/jobs" [[vm]] cpu_kind = "shared" cpus = 2 memory = "2gb" processes = ["web"] [[vm]] cpu_kind = "shared" cpus = 2 memory = "1gb" processes = ["supervisor"] [[restart]] policy = "on-failure" retries = 5 [http_service] internal_port = 3000 force_https = true auto_stop_machines = true auto_start_machines = true min_machines_running = 0 processes = ["web"] [http_service.concurrency] type = "requests" soft_limit = 200 hard_limit = 250 [[services]] auto_stop_machines = "stop" auto_start_machines = true min_machines_running = 0 processes = ["supervisor"] [[statics]] guest_path = "/plug-<%= plug_name %>/public" url_prefix = "/" [deploy] strategy = "immediate"
Version data entries
13 entries across 13 versions & 1 rubygems