Skip to content

Commit

Permalink
πŸ’š bump memory of fly.io server to 512mb
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Feb 22, 2024
1 parent 2db359f commit 95a831b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ primary_region = "den"
[build]

[mounts]
source = "db"
destination = "/app/db"
source = "db"

[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
auto_stop_machines = true
force_https = true
internal_port = 3000
min_machines_running = 1
processes = ["app"]

Expand All @@ -23,3 +23,6 @@ path = "/"
port = 3000
timeout = "10s"
type = "http"

[[vm]]
memory = 512

0 comments on commit 95a831b

Please sign in to comment.