mirror of https://github.com/kortix-ai/suna.git
24 lines
526 B
TOML
24 lines
526 B
TOML
# fly.toml app configuration file generated for backend-production-ogog on 2025-04-21T00:36:09+01:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'backend-production-ogog'
|
|
primary_region = 'bos'
|
|
|
|
[build]
|
|
dockerfile = 'docker/Dockerfile'
|
|
|
|
[http_service]
|
|
internal_port = 8000
|
|
force_https = true
|
|
auto_stop_machines = 'stop'
|
|
auto_start_machines = true
|
|
min_machines_running = 1
|
|
processes = ['app']
|
|
|
|
[[vm]]
|
|
memory = '1gb'
|
|
cpu_kind = 'shared'
|
|
cpus = 1
|