Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

fly.toml 501 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. # fly.toml app configuration file generated for promptfoo-web on 2023-08-26T20:54:31-07:00
  2. #
  3. # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
  4. #
  5. app = "promptfoo-web"
  6. primary_region = "sjc"
  7. [env]
  8. NODE_ENV = "production"
  9. [build.args]
  10. NEXT_PUBLIC_PROMPTFOO_USE_SUPABASE = "1"
  11. [build]
  12. [http_service]
  13. internal_port = 3000
  14. force_https = true
  15. auto_stop_machines = true
  16. auto_start_machines = true
  17. min_machines_running = 0
  18. processes = ["app"]
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...