Skip to content

Commit

Permalink
Created fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
samie authored May 16, 2024
1 parent 3e6da01 commit 9a5e226
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# fly.toml app configuration file generated for spring-ai-chat on 2024-05-16T15:52:36+03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'spring-ai-chat'
primary_region = 'arn'

[build]

[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']

[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1

0 comments on commit 9a5e226

Please sign in to comment.