27 lines
527 B
TOML
27 lines
527 B
TOML
# fly.toml app configuration file generated for deployment-service on 2025-05-20T16:15:07-07:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'deployment-service'
|
|
primary_region = 'sea'
|
|
|
|
[build]
|
|
dockerfile = 'Dockerfile'
|
|
|
|
[[services]]
|
|
protocol = 'tcp'
|
|
internal_port = 8080
|
|
auto_stop_machines = 'off'
|
|
auto_start_machines = true
|
|
ports = []
|
|
|
|
[services.concurrency]
|
|
type = 'requests'
|
|
hard_limit = 1000
|
|
soft_limit = 500
|
|
|
|
[[vm]]
|
|
memory = '1gb'
|
|
cpu_kind = 'shared'
|
|
cpus = 1
|