mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 10:38:33 +01:00
add: gitea & gitea-runner
This commit is contained in:
14
roles/docker-deployments/templates/gitea-runner.yaml
Normal file
14
roles/docker-deployments/templates/gitea-runner.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user