diff --git a/gitea/conf/conf.ini.tpl b/gitea/conf/conf.ini.tpl index 6283a85..6d710b6 100644 --- a/gitea/conf/conf.ini.tpl +++ b/gitea/conf/conf.ini.tpl @@ -238,7 +238,7 @@ ENABLE_OPENID_SIGNUP = true [metrics] ; Enables metrics endpoint. True or false; default is false. -ENABLED = false +ENABLED = true ; If you want to add authorization, specify a token here ; TODO TOKEN = diff --git a/gitea/data.tf b/gitea/data.tf index fad1df0..2035345 100644 --- a/gitea/data.tf +++ b/gitea/data.tf @@ -1,7 +1,7 @@ # https://github.com/go-gitea/gitea/releases data "docker_registry_image" "gitea" { # not bleeding, this is hemorrhaging edge - name = "gitea/gitea:latest" + name = "gitea/gitea:1.7" } data "docker_registry_image" "redis" {