Gitea -> Forgejo
parent
79c3373e2f
commit
74a0ecfa1b
|
@ -6,11 +6,11 @@ kill_signal = "SIGINT"
|
||||||
kill_timeout = 5
|
kill_timeout = 5
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
image = "gitea/gitea:latest"
|
image = "codeberg.org/forgejo/forgejo:latest"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
GITEA____APP_NAME = "git.mat.services: Gitea for us"
|
GITEA____APP_NAME = "git.mat.services: Git for us"
|
||||||
"GITEA__ui.meta__AUTHOR" = "git.mat.services: Gitea for us"
|
"GITEA__ui.meta__AUTHOR" = "git.mat.services: Git for us"
|
||||||
GITEA__database__DB_TYPE = "sqlite3"
|
GITEA__database__DB_TYPE = "sqlite3"
|
||||||
GITEA__database__PATH = "/data/gitea/gitea.db"
|
GITEA__database__PATH = "/data/gitea/gitea.db"
|
||||||
GITEA__server__DOMAIN = "git.mat.services"
|
GITEA__server__DOMAIN = "git.mat.services"
|
||||||
|
|
Loading…
Reference in New Issue