Create fly.toml

This commit is contained in:
2025-09-10 23:52:13 -07:00
committed by GitHub
parent 0ec6292fe7
commit 604f32104c

19
runner/fly.toml Normal file
View File

@@ -0,0 +1,19 @@
app = "git-pr-runner"
primary_region = "lax"
[build]
dockerfile = "runner/Dockerfile"
[env]
GITEA_INSTANCE_URL = "https://git-pr.fly.dev"
[[mounts]]
source = "runner_data"
destination = "/data"
[[services]]
internal_port = 8080
processes = ["app"]
protocol = "tcp"
[[services.ports]]
port = 8080