Files
git.planetrenox.com/fly.toml
2025-09-11 01:53:12 -07:00

22 lines
384 B
TOML

app = "git-pr"
primary_region = "lax"
[build]
dockerfile = "Dockerfile"
[env]
GITEA__server__DOMAIN = "git-pr.fly.dev"
GITEA__server__ROOT_URL = "https://git-pr.fly.dev/"
[[mounts]]
source = "gitea_data"
destination = "/data"
[http_service]
internal_port = 3000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0