microservices/deployment-service/fly.toml

28 lines
527 B
TOML
Raw Permalink Normal View History

2025-05-20 17:03:18 -07:00
# 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'
2025-04-29 11:47:27 -07:00
primary_region = 'sea'
2025-04-25 09:21:18 -07:00
[build]
2025-08-25 14:23:55 -07:00
dockerfile = 'Dockerfile'
2025-05-15 10:43:08 -07:00
[[services]]
2025-08-25 14:23:55 -07:00
protocol = 'tcp'
internal_port = 8080
auto_stop_machines = 'off'
auto_start_machines = true
ports = []
2025-05-15 10:43:08 -07:00
2025-08-25 14:23:55 -07:00
[services.concurrency]
type = 'requests'
hard_limit = 1000
soft_limit = 500
2025-05-15 10:43:08 -07:00
[[vm]]
2025-08-25 14:23:55 -07:00
memory = '1gb'
cpu_kind = 'shared'
cpus = 1