again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-13 19:06:39 +02:00

View File

@@ -25,6 +25,11 @@ job "drone-runner" {
service { service {
name = "drone-runner" name = "drone-runner"
port = "http" port = "http"
tags = [
"traefik.enable=true",
"traefik.http.routers.drone-runner.rule=Host(`drone-runner.service.nr5`)",
]
} }
restart { restart {
@@ -61,9 +66,14 @@ job "drone-runner" {
DRONE_RUNNER_CAPACITY = 1 DRONE_RUNNER_CAPACITY = 1
DRONE_LOGS_DEBUG = true DRONE_LOGS_DEBUG = true
DRONE_LOGS_TRACE = true DRONE_LOGS_TRACE = true
DRONE_TRACE = true
DOCKER_BUILDKIT = 1 DOCKER_BUILDKIT = 1
DRONE_GIT_ALWAYS_AUTH = true DRONE_GIT_ALWAYS_AUTH = true
DRONE_RUNNER_NETWORKS = podman DRONE_UI_DISABLE = false
DRONE_UI_USERNAME = "root"
DRONE_UI_PASSWORD = "root"
DRONE_RUNNER_CLONE_IMAGE = "drone/git"
DRONE_RUNNER_VOLUMES = "/etc/resolv.conf:/etc/resolv.conf"
} }
resources { resources {