Add gitea-runner service
This commit is contained in:
parent
41580d3711
commit
63d62bd83f
7 changed files with 79 additions and 19 deletions
21
_ansible/roles/gitea-runner/vars/main.yml
Normal file
21
_ansible/roles/gitea-runner/vars/main.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
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:
|
||||
|
Reference in a new issue