# ABOUTME: Gitea Actions runner for CI/CD pipelines. # ABOUTME: Runs containerized actions with Docker-in-Docker support. # Setup required before running: # sudo mkdir -p /data/services/act-runner # nomad var put secrets/act-runner registration_token="" job "act-runner" { datacenters = ["alo"] type = "service" group "runner" { network { mode = "host" } task "runner" { driver = "docker" config { image = "gitea/act_runner:latest" network_mode = "host" privileged = true volumes = [ "/var/run/docker.sock:/var/run/docker.sock", "/data/services/act-runner:/data", "local/config.yaml:/.runner/config.yaml", ] } template { destination = "local/config.yaml" data = <