This commit is contained in:
2025-04-28 14:50:38 +02:00
parent 43911781cf
commit 340e2ddff9

View File

@ -35,3 +35,15 @@ services:
- /share/docker_data/gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
runner:
image: docker.io/gitea/act_runner:nightly
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "https://gitea.sectorq.eu/"
GITEA_RUNNER_REGISTRATION_TOKEN: "8nmKqJhkvYwltmNfF2o9vs0tzo70ufHSQpVg6ymb"
GITEA_RUNNER_NAME: "jaydee"
GITEA_RUNNER_LABELS: "jaydee"
volumes:
- /share/docker_data/gitea-runner/config.yaml:/config.yaml
- /share/docker_data/gitea-runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock