mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 20:08:32 +01:00
14 lines
480 B
YAML
14 lines
480 B
YAML
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
|