Skip to content

Commit

Permalink
health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 18, 2025
1 parent d282fb0 commit 1180631
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,19 @@ primary_region = 'den'
min_machines_running = 0
processes = ['app']

[[services.ports]]
[[services.ports]]
handlers = ["http"]
port = 8080
force_https = true

[[services.http_checks]]
interval = "10s"
grace_period = "5s"
method = "get"
path = "/"
protocol = "http"
timeout = "2s"

[[vm]]
memory = '1gb'
cpu_kind = 'shared'
Expand Down

0 comments on commit 1180631

Please sign in to comment.