chisel/example/fly.toml
2023-01-28 17:01:37 +11:00

13 lines
199 B
TOML

app = "jp-chisel"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[build]
dockerfile = "Flyfile"
[[services]]
internal_port = 443
protocol = "tcp"
[[services.ports]]
port = "443"