This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/roles/gitea-runner/vars/main.yml

21 lines
371 B
YAML

svc:
name: gitea-runner
svc_env:
GITEA_INSTANCE_URL: "https://git.serguzim.me/"
GITEA_RUNNER_REGISTRATION_TOKEN:
compose:
watchtower: true
image: gitea/act_runner
env: true
volumes:
- data:/data
- /var/run/docker.sock:/var/run/docker.sock
file:
services:
app:
hostname: "{{ ansible_facts.hostname }}"
volumes:
data: