gitea runner
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-08-22 17:05:44 -03:00
parent ad5388ecda
commit c6149ac3e7
4 changed files with 39 additions and 1 deletions

View File

@@ -38,3 +38,18 @@ services:
- gitea
volumes:
- ./postgres:/var/lib/postgresql/data
runner:
image: docker.io/gitea/act_runner:nightly
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: http://gitea:3000
GITEA_RUNNER_REGISTRATION_TOKEN: "JjKRS66pgttENtYVVmhnT3TpfjVMfH7mIdEY19R3"
GITEA_RUNNER_NAME: "services-runner"
GITEA_RUNNER_LABELS: "${RUNNER_LABELS}"
volumes:
- ./runner/config.yaml:/config.yaml
- ./runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock
networks:
- gitea