diff --git a/apps/drone/live-runner.hcl b/apps/drone/live-runner.hcl index fded76c..c1d0f9c 100644 --- a/apps/drone/live-runner.hcl +++ b/apps/drone/live-runner.hcl @@ -25,6 +25,11 @@ job "drone-runner" { service { name = "drone-runner" port = "http" + + tags = [ + "traefik.enable=true", + "traefik.http.routers.drone-runner.rule=Host(`drone-runner.service.nr5`)", + ] } restart { @@ -61,9 +66,14 @@ job "drone-runner" { DRONE_RUNNER_CAPACITY = 1 DRONE_LOGS_DEBUG = true DRONE_LOGS_TRACE = true + DRONE_TRACE = true DOCKER_BUILDKIT = 1 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 {