summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/websockets/example/deployment/fly/fly.toml
blob: 5290072ed28c6b804295c6028e300e958d515fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
app = "websockets-echo"
kill_signal = "SIGTERM"

[build]
  builder = "paketobuildpacks/builder:base"

[[services]]
  internal_port = 8080
  protocol = "tcp"

  [[services.http_checks]]
    path = "/healthz"

  [[services.ports]]
    handlers = ["tls", "http"]
    port = 443