Hello there.
This is my first time using Fly and I have deployed a test app but it doesn’t show what it is supposed to !
Here is the fly.toml file. Let me know if you need anything else to resolve this.
# fly.toml file generated for test-app-x01 on 2023-02-08T00:22:08Z
app = "test-app-x01"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[build]
image = "flyio/hellofly:latest"
[env]
[experimental]
auto_rollback = true
[[services]]
http_checks = []
internal_port = 8080
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "30s"
interval = "15s"
restart_limit = 0
timeout = "60s"