diff --git a/examples/dialin-chatbot/fly.example.toml b/examples/dialin-chatbot/fly.example.toml index e69de29bb..9a06b8af0 100644 --- a/examples/dialin-chatbot/fly.example.toml +++ b/examples/dialin-chatbot/fly.example.toml @@ -0,0 +1,19 @@ +# 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'