This commit is contained in:
Maurice
2025-10-04 19:07:31 +02:00
parent fbdca459c7
commit 7dc2c3d6a0
13 changed files with 224 additions and 10 deletions

View File

@@ -0,0 +1,25 @@
user = "podman"
[service]
name = "gitea-runner"
image = "docker.io/gitea/act_runner:latest"
[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]]
source = "/run/podman/podman.sock"
target = "/var/run/docker.sock"
[[networks]]
name = "gitea-net"