mirror of
https://github.com/multipleof4/git.planetrenox.com.git
synced 2026-01-13 16:07:55 +00:00
22 lines
384 B
TOML
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
|
|
|