mirror of
https://github.com/multipleof4/git.planetrenox.com.git
synced 2026-01-14 08:27:56 +00:00
Create fly.toml
This commit is contained in:
19
runner/fly.toml
Normal file
19
runner/fly.toml
Normal 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
|
||||||
Reference in New Issue
Block a user