mirror of
https://github.com/multipleof4/git.planetrenox.com.git
synced 2026-01-14 00:17:57 +00:00
24 lines
451 B
TOML
24 lines
451 B
TOML
app = "git-pr"
|
|
primary_region = "lax"
|
|
|
|
[build]
|
|
dockerfile = "Dockerfile"
|
|
[build.args]
|
|
GITEA_APP_NAME = "git-pr"
|
|
|
|
[env]
|
|
GITEA__server__DOMAIN = "${GITEA_APP_NAME}.fly.dev"
|
|
GITEA__server__ROOT_URL = "https://${GITEA_APP_NAME}.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
|
|
|