drone runner fron docker.io again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-11-30 17:18:03 +01:00
parent 63f1bab168
commit d9cb340169
5 changed files with 16 additions and 18 deletions

View File

@@ -51,6 +51,7 @@ job "gitea" {
task "gitea" {
driver = "podman"
volume_mount {
volume = "gitea-data"
destination = "/data"
@@ -60,6 +61,7 @@ job "gitea" {
config {
image = "docker.io/gitea/gitea:latest"
ports = ["ssh", "http"]
force_pull = true
}
env {
@@ -80,6 +82,7 @@ job "gitea" {
GITEA__packages__ENABLED = "true"
GITEA__log__LEVEL = "warn"
GITEA__actions__ENABLED = "true"
GITEA__webhook__ALLOWED_HOST_LIST = "private"
}