first commit

This commit is contained in:
Gilles Mouchet 2024-12-14 16:38:04 +01:00
commit 6109d5b73f
2 changed files with 15 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# Runner Gitea
See [Configuration CICD](https://gmodocs.dyndns.org/applications/gitea/conf-cicd/)

13
docker-compose.yaml Normal file
View File

@ -0,0 +1,13 @@
services:
runner:
image: gitea/act_runner:latest
environment:
CONFIG_FILE: /conf/config.yaml
GITEA_INSTANCE_URL: "https://gitweb.dyndns.org"
GITEA_RUNNER_REGISTRATION_TOKEN: "yuf2vxuLRnhsEl0oflzzlgnJceuMbauGcTu0UAWp"
GITEA_RUNNER_NAME: "GMoRunner"
GITEA_RUNNER_LABELS: "gmolabel"
volumes:
- /home/docker/act-runner/conf:/conf
- /home/docker/act-runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock