microservices/testing/fly.toml

37 lines
698 B
TOML
Raw Normal View History

2025-04-21 13:46:52 -07:00
# fly.toml app configuration file generated for snaketest-wandering-moon-549 on 2025-04-17T12:33:55-07:00
2025-04-14 16:41:51 -07:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
2025-04-21 13:46:52 -07:00
app = 'snaketest-wandering-moon-549'
primary_region = 'sea'
[build]
[http_service]
internal_port = 8000
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']
2025-04-14 16:41:51 -07:00
[[services]]
protocol = 'tcp'
internal_port = 8000
[[services.ports]]
port = 443
handlers = ['tls', 'http']
[[services.ports]]
port = 80
handlers = ['http']
2025-04-21 13:46:52 -07:00
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
2025-04-14 16:41:51 -07:00
[[metrics]]