first commit
This commit is contained in:
commit
6109d5b73f
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Runner Gitea
|
||||||
|
See [Configuration CICD](https://gmodocs.dyndns.org/applications/gitea/conf-cicd/)
|
||||||
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user