gitea action runner

This commit is contained in:
msnie
2024-08-08 08:23:20 +02:00
parent 370779b31d
commit 0231b67486
3 changed files with 60 additions and 45 deletions
+13
View File
@@ -54,6 +54,19 @@ services:
options:
max-size: "1m"
runner:
image: gitea/act_runner:latest
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "https://gitea.knast.cc"
GITEA_RUNNER_REGISTRATION_TOKEN: "F27ZMdzwY0wunOmmkK9O4kwZFGeyORykFHZtJA9F"
GITEA_RUNNER_NAME: "BOB_THE_BUILDER"
GITEA_RUNNER_LABELS: "ALL"
volumes:
- /srv/gitea_runner/config/config.yaml:/config.yaml
- /srv/gitea_runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock
networks:
traefik:
external: true