mirror of
https://github.com/multipleof4/git.planetrenox.com.git
synced 2026-01-13 16:07:55 +00:00
Update fly.toml
This commit is contained in:
6
fly.toml
6
fly.toml
@@ -3,10 +3,12 @@ primary_region = "lax"
|
||||
|
||||
[build]
|
||||
dockerfile = "Dockerfile"
|
||||
[build.args]
|
||||
GITEA_APP_NAME = "git-pr"
|
||||
|
||||
[env]
|
||||
GITEA__server__DOMAIN = "git-pr.fly.dev"
|
||||
GITEA__server__ROOT_URL = "https://git-pr.fly.dev/"
|
||||
GITEA__server__DOMAIN = "${GITEA_APP_NAME}.fly.dev"
|
||||
GITEA__server__ROOT_URL = "https://${GITEA_APP_NAME}.fly.dev/"
|
||||
|
||||
[[mounts]]
|
||||
source = "gitea_data"
|
||||
|
||||
Reference in New Issue
Block a user