diff --git a/runner/fly.toml b/runner/fly.toml index 3848e68..9e587e5 100644 --- a/runner/fly.toml +++ b/runner/fly.toml @@ -10,10 +10,3 @@ primary_region = "lax" [[mounts]] source = "runner_data" destination = "/data" - -[[services]] - internal_port = 8080 - processes = ["app"] - protocol = "tcp" - [[services.ports]] - port = 8080