💾 Archived View for gemini.leafstorm.org › en › computer › capsule-code › agate-fly › fly.toml captured on 2023-01-29 at 02:48:01.

View Raw

More Information

-=-=-=-=-=-=-

app = "leafstorm-capsule"
kill_signal = "SIGINT"
kill_timeout = 5

[env]
  AGATE_HOSTNAME = "gemini.leafstorm.org"

[[services]]
  internal_port = 1965
  processes = ["app"]
  protocol = "tcp"
  script_checks = []

  [[services.ports]]
    handlers = []
    port = 1965

  [[services.tcp_checks]]
    grace_period = "2s"
    interval = "15s"
    restart_limit = 3
    timeout = "2s"