user = "podman" [service] name = "gitea-runner" image = "docker.io/gitea/act_runner:latest" depend = ["gitea.service"] [environment] GITEA_INSTANCE_URL = "gitea" GITEA_RUNNER_NAME = "Goofjes Runner" CONFIG_FILE = "/config/config.yaml" [[environment_secrets]] name = "GITEA_RUNNER_REGISTRATION_TOKEN" secret = "gitea-runner-registration-token" [[volumes]] source = "/var/containers/gitea/runner" target = "/config" [[mounts]] typ = "bind" source = "/run/podman/podman.sock" target = "/var/run/docker.sock" [[networks]] name = "gitea-net"