Skip to content

Commit

Permalink
Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
samie committed Jul 12, 2024
1 parent 7065ee4 commit 49183cc
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,16 @@
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 = 1
processes = ['app']
min_machines_running = 0
processes = ["app"]

[[vm]]
size = 'a100-40gb'
memory = '2gb'
cpu_kind = 'shared'
cpus = 1
[vm]
size = "a100-40gb"

[mounts]
source = "models"
Expand Down

0 comments on commit 49183cc

Please sign in to comment.