mirror of https://github.com/kortix-ai/suna.git
fix files
This commit is contained in:
parent
e9985b8094
commit
70e845c856
|
@ -1,11 +1,10 @@
|
||||||
# fly.toml app configuration file generated for backend-sparkling-sea-8773 on 2025-04-18T12:56:23+01:00
|
# 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.
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||||||
#
|
#
|
||||||
|
|
||||||
# Production app configuration
|
app = 'backend-production-ogog'
|
||||||
app = 'backend-PRODUCTION'
|
primary_region = 'bos'
|
||||||
primary_region = 'cdg'
|
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
dockerfile = 'docker/Dockerfile'
|
dockerfile = 'docker/Dockerfile'
|
||||||
|
@ -15,7 +14,7 @@ primary_region = 'cdg'
|
||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = 'stop'
|
auto_stop_machines = 'stop'
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 1 # Keep at least 1 machine running for production
|
min_machines_running = 1
|
||||||
processes = ['app']
|
processes = ['app']
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
# fly.toml app configuration file generated for backend-sparkling-sea-8773 on 2025-04-18T12:56:23+01:00
|
# fly.toml app configuration file generated for backend-staging-icy-mountain-363 on 2025-04-21T00:32:15+01:00
|
||||||
#
|
#
|
||||||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||||||
#
|
#
|
||||||
|
|
||||||
# Production app configuration
|
app = 'backend-staging-icy-mountain-363'
|
||||||
app = 'backend-STAGING'
|
|
||||||
primary_region = 'cdg'
|
primary_region = 'cdg'
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
@ -15,7 +14,7 @@ primary_region = 'cdg'
|
||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = 'stop'
|
auto_stop_machines = 'stop'
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 1 # Keep at least 1 machine running for production
|
min_machines_running = 1
|
||||||
processes = ['app']
|
processes = ['app']
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
|
|
Loading…
Reference in New Issue