microservices/assignment-db-service/fly.toml

35 lines
713 B
TOML
Raw Normal View History

2025-05-20 17:03:18 -07:00
# fly.toml app configuration file generated for db-assignment-service on 2025-05-20T15:45:38-07:00
2025-04-24 11:36:03 -07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'db-assignment-service'
primary_region = 'sea'
[build]
2025-05-20 17:03:18 -07:00
#[http_service]
# internal_port = 3000
# force_https = true
# auto_stop_machines = 'stop'
# auto_start_machines = true
# min_machines_running = 0
# processes = ['app']
2025-04-24 11:36:03 -07:00
[[services]]
2025-05-20 17:03:18 -07:00
protocol = 'tcp'
2025-04-24 11:36:03 -07:00
internal_port = 3000
2025-05-20 17:03:18 -07:00
auto_stop_machines = 'stop'
2025-05-02 18:33:50 -07:00
auto_start_machines = true
2025-05-20 17:03:18 -07:00
ports = []
2025-04-24 11:36:03 -07:00
[services.concurrency]
2025-05-20 17:03:18 -07:00
type = 'requests'
2025-04-24 11:36:03 -07:00
hard_limit = 1000
soft_limit = 500
[[vm]]
memory = '1gb'
2025-05-20 17:03:18 -07:00
cpu_kind = 'shared'
2025-04-24 11:36:03 -07:00
cpus = 1