20 lines
435 B
TOML
20 lines
435 B
TOML
# fly.toml app configuration file generated for pipecat-dialin-demo on 2024-06-03T15:57:57+02:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'pipecat-dialin-demo'
|
|
primary_region = 'sjc'
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 7860
|
|
force_https = true
|
|
auto_stop_machines = true
|
|
auto_start_machines = true
|
|
min_machines_running = 1
|
|
|
|
[[vm]]
|
|
size = 'performance-1x'
|