Created runner for gitea
This commit is contained in:
parent
d453e3213f
commit
7792328885
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +0,0 @@
|
|||||||
# Ignore all files
|
|
||||||
**
|
|
||||||
|
|
||||||
# Allow docker-compose.yml
|
|
||||||
!docker-compose.yml
|
|
||||||
!/*
|
|
14
Development/Runners/docker-compose.yml
Normal file
14
Development/Runners/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
runner:
|
||||||
|
image: gitea/act_runner:latest
|
||||||
|
environment:
|
||||||
|
CONFIG_FILE: /config.yaml
|
||||||
|
GITEA_INSTANCE_URL: "git.luke-else.co.uk"
|
||||||
|
GITEA_RUNNER_REGISTRATION_TOKEN: "INSERT REGISTRATION TOKEN"
|
||||||
|
GITEA_RUNNER_NAME: "Action Runner"
|
||||||
|
GITEA_RUNNER_LABELS: ""
|
||||||
|
volumes:
|
||||||
|
- ./config.yaml:/config.yaml
|
||||||
|
- ./data:/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
Loading…
Reference in New Issue
Block a user