From 8cefce28cfda83c9c98fd6319d2e2a6d396a4abc Mon Sep 17 00:00:00 2001 From: Jon Taylor Date: Wed, 12 Jun 2024 10:38:38 +0100 Subject: [PATCH] added example fly toml --- examples/dialin-chatbot/fly.example.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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'