Add gitea-runner service

This commit is contained in:
Tobias Reisinger 2023-06-19 21:15:16 +02:00
parent 41580d3711
commit 63d62bd83f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 79 additions and 19 deletions

View 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: