suna/backend/fly.staging.toml

24 lines
544 B
TOML
Raw Normal View History

2025-04-21 07:40:08 +08:00
# fly.toml app configuration file generated for backend-staging-icy-mountain-363 on 2025-04-21T00:32:15+01:00
2025-04-18 20:02:54 +08:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
2025-04-21 07:40:08 +08:00
app = 'backend-staging-icy-mountain-363'
2025-04-18 20:02:54 +08:00
primary_region = 'cdg'
[build]
dockerfile = 'docker/Dockerfile'
[http_service]
internal_port = 8000
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
2025-04-21 07:40:08 +08:00
min_machines_running = 1
2025-04-18 20:02:54 +08:00
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
2025-04-21 07:40:08 +08:00
cpus = 1