Files
no-secrets-athq-ansible/roles/docker-deployments/templates/gitea-runner.yaml
2024-07-22 16:30:11 +00:00

15 lines
495 B
YAML

version: "3.8"
services:
runner:
image: gitea/act_runner:nightly
environment:
CONFIG_FILE: /config.yaml
GITEA_INSTANCE_URL: "https://git.athq.de"
GITEA_RUNNER_REGISTRATION_TOKEN: "{{ gitea_runner_registration_token }}"
GITEA_RUNNER_NAME: "atlantis-runner"
GITEA_RUNNER_LABELS: "ubuntu-latest,atlantis"
volumes:
- /data/gitea-runner/config.yaml:/config.yaml
- /data/gitea-runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock